@Target(value={ANNOTATION_TYPE,FIELD,METHOD}) @Retention(value=RUNTIME) public @interface Embedded
Modifier and Type | Optional Element and Description |
---|---|
Discriminator |
discriminatorColumnName
Discriminator for cases where the embedded object has inheritance.
|
Persistent[] |
members
Members for this embedding.
|
String |
nullIndicatorColumn
The column in the embedded object used to judge if the embedded object
is null.
|
String |
nullIndicatorValue
The value in the null column to interpret the object as being null.
|
String |
ownerMember
The member in the embedded object that links back to the owning object
where it has a bidirectional relationship.
|
public abstract String ownerMember
public abstract String nullIndicatorColumn
public abstract String nullIndicatorValue
public abstract Persistent[] members
public abstract Discriminator discriminatorColumnName
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.