Annotation Type JoinEntity
-
@Retention(SOURCE) @Target(FIELD) public @interface JoinEntityDefines *-to-* relation with join table
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>entityReference to join-entity class, which holds the source and the target propertiesjava.lang.StringsourcePropertyName of the property inside the join entity which holds id of the source (current) entityjava.lang.StringtargetPropertyName of the property inside the join entity which holds id of the target entity
-