@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface EmbeddedParameters
Modifier and Type | Optional Element and Description |
---|---|
boolean |
nullAllowed
If false, the embedded entity can not be null.
|
public abstract boolean nullAllowed
By default, the embedded entity can be null. In this case ORM does not create the instance on loading if all attributes are null.