Annotation Type JoinProperty
-
@Retention(SOURCE) @Target({}) public @interface JoinPropertyDefines name and referencedName properties for relations- See Also:
ToMany
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringnameName of the property in the name entity, which matchesreferencedName()java.lang.StringreferencedNameName of the property in the referencedName entity, which matchesname()
-
-
-
Element Detail
-
name
java.lang.String name
Name of the property in the name entity, which matchesreferencedName()
-
-
-
referencedName
java.lang.String referencedName
Name of the property in the referencedName entity, which matchesname()
-
-