Method Summary |
|
public void | addField(Field field) |
public AccessType | getAccess() Gets the value of the access property. |
public List<AssociationOverride> | getAssociationOverride() Gets the value of the associationOverride property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<AttributeOverride> | getAttributeOverride() Gets the value of the attributeOverride property.
This accessor method returns a reference to the live list,
not a snapshot. |
public Attributes | getAttributes() Gets the value of the attributes property. |
public String | getClazz() Gets the value of the clazz property. |
public String | getDescription() Gets the value of the description property. |
public DiscriminatorColumn | getDiscriminatorColumn() Gets the value of the discriminatorColumn property. |
public String | getDiscriminatorValue() Gets the value of the discriminatorValue property. |
public EntityListeners | getEntityListeners() Gets the value of the entityListeners property. |
public IdClass | getIdClass() Gets the value of the idClass property. |
public Inheritance | getInheritance() Gets the value of the inheritance property. |
public String | getName() Gets the value of the name property. |
public List<NamedNativeQuery> | getNamedNativeQuery() Gets the value of the namedNativeQuery property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<NamedQuery> | getNamedQuery() Gets the value of the namedQuery property.
This accessor method returns a reference to the live list,
not a snapshot. |
public PostLoad | getPostLoad() Gets the value of the postLoad property. |
public PostPersist | getPostPersist() Gets the value of the postPersist property. |
public PostRemove | getPostRemove() Gets the value of the postRemove property. |
public PostUpdate | getPostUpdate() Gets the value of the postUpdate property. |
public PrePersist | getPrePersist() Gets the value of the prePersist property. |
public PreRemove | getPreRemove() Gets the value of the preRemove property. |
public PreUpdate | getPreUpdate() Gets the value of the preUpdate property. |
public List<PrimaryKeyJoinColumn> | getPrimaryKeyJoinColumn() Gets the value of the primaryKeyJoinColumn property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<SecondaryTable> | getSecondaryTable() Gets the value of the secondaryTable property.
This accessor method returns a reference to the live list,
not a snapshot. |
public SequenceGenerator | getSequenceGenerator() Gets the value of the sequenceGenerator property. |
public List<SqlResultSetMapping> | getSqlResultSetMapping() Gets the value of the sqlResultSetMapping property.
This accessor method returns a reference to the live list,
not a snapshot. |
public Table | getTable() Gets the value of the table property. |
public TableGenerator | getTableGenerator() Gets the value of the tableGenerator property. |
public boolean | isExcludeDefaultListeners() Gets the value of the excludeDefaultListeners property. |
public boolean | isExcludeSuperclassListeners() Gets the value of the excludeSuperclassListeners property. |
public Boolean | isMetadataComplete() Gets the value of the metadataComplete property. |
public void | setAccess(AccessType value) Sets the value of the access property. |
public void | setAttributes(Attributes value) Sets the value of the attributes property. |
public void | setClazz(String value) Sets the value of the clazz property. |
public void | setDescription(String value) Sets the value of the description property. |
public void | setDiscriminatorColumn(DiscriminatorColumn value) Sets the value of the discriminatorColumn property. |
public void | setDiscriminatorValue(String value) Sets the value of the discriminatorValue property. |
public void | setEntityListeners(EntityListeners value) Sets the value of the entityListeners property. |
public void | setExcludeDefaultListeners(boolean value) Sets the value of the excludeDefaultListeners property. |
public void | setExcludeSuperclassListeners(boolean value) Sets the value of the excludeSuperclassListeners property. |
public void | setIdClass(IdClass value) Sets the value of the idClass property. |
public void | setInheritance(Inheritance value) Sets the value of the inheritance property. |
public void | setMetadataComplete(Boolean value) Sets the value of the metadataComplete property. |
public void | setName(String value) Sets the value of the name property. |
public void | setPostLoad(PostLoad value) Sets the value of the postLoad property. |
public void | setPostPersist(PostPersist value) Sets the value of the postPersist property. |
public void | setPostRemove(PostRemove value) Sets the value of the postRemove property. |
public void | setPostUpdate(PostUpdate value) Sets the value of the postUpdate property. |
public void | setPrePersist(PrePersist value) Sets the value of the prePersist property. |
public void | setPreRemove(PreRemove value) Sets the value of the preRemove property. |
public void | setPreUpdate(PreUpdate value) Sets the value of the preUpdate property. |
public void | setSequenceGenerator(SequenceGenerator value) Sets the value of the sequenceGenerator property. |
public void | setTable(Table value) Sets the value of the table property. |
public void | setTableGenerator(TableGenerator value) Sets the value of the tableGenerator property. |