Annotation Type Property
-
@Retention(SOURCE) @Target(FIELD) public @interface PropertyOptional: configures the mapped column for a persistent field. This annotation is also applicable with @ToOne without additional foreign key property
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringnameInDbName of the database column for this property.
-