|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.EntityImpl
public class EntityImpl
| Constructor Summary | |
|---|---|
EntityImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.EntityImpl instance. |
|
EntityImpl(EntityImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.EntityImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EntityImpl |
clone()
Creates and returns a copy of this object. |
AccessType |
getAccess()
Gets the value of the access property. |
List<AssociationOverride> |
getAssociationOverride()
Gets the value of the associationOverride property. |
List<AttributeOverride> |
getAttributeOverride()
Gets the value of the attributeOverride property. |
Attributes |
getAttributes()
Gets the value of the attributes property. |
String |
getClazz()
Gets the value of the clazz property. |
String |
getDescription()
Gets the value of the description property. |
DiscriminatorColumn |
getDiscriminatorColumn()
Gets the value of the discriminatorColumn property. |
String |
getDiscriminatorValue()
Gets the value of the discriminatorValue property. |
EntityListeners |
getEntityListeners()
Gets the value of the entityListeners property. |
EmptyType |
getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property. |
EmptyType |
getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property. |
IdClass |
getIdClass()
Gets the value of the idClass property. |
Inheritance |
getInheritance()
Gets the value of the inheritance property. |
String |
getName()
Gets the value of the name property. |
List<NamedNativeQuery> |
getNamedNativeQuery()
Gets the value of the namedNativeQuery property. |
List<NamedQuery> |
getNamedQuery()
Gets the value of the namedQuery property. |
PostLoad |
getPostLoad()
Gets the value of the postLoad property. |
PostPersist |
getPostPersist()
Gets the value of the postPersist property. |
PostRemove |
getPostRemove()
Gets the value of the postRemove property. |
PostUpdate |
getPostUpdate()
Gets the value of the postUpdate property. |
PrePersist |
getPrePersist()
Gets the value of the prePersist property. |
PreRemove |
getPreRemove()
Gets the value of the preRemove property. |
PreUpdate |
getPreUpdate()
Gets the value of the preUpdate property. |
List<PrimaryKeyJoinColumn> |
getPrimaryKeyJoinColumn()
Gets the value of the primaryKeyJoinColumn property. |
List<SecondaryTable> |
getSecondaryTable()
Gets the value of the secondaryTable property. |
SequenceGenerator |
getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
List<SqlResultSetMapping> |
getSqlResultSetMapping()
Gets the value of the sqlResultSetMapping property. |
Table |
getTable()
Gets the value of the table property. |
TableGenerator |
getTableGenerator()
Gets the value of the tableGenerator property. |
Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property. |
void |
setAccess(AccessType value)
Sets the value of the access property. |
void |
setAttributes(Attributes value)
Sets the value of the attributes property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDiscriminatorColumn(DiscriminatorColumn value)
Sets the value of the discriminatorColumn property. |
void |
setDiscriminatorValue(String value)
Sets the value of the discriminatorValue property. |
void |
setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property. |
void |
setExcludeDefaultListeners(EmptyType value)
Sets the value of the excludeDefaultListeners property. |
void |
setExcludeSuperclassListeners(EmptyType value)
Sets the value of the excludeSuperclassListeners property. |
void |
setIdClass(IdClass value)
Sets the value of the idClass property. |
void |
setInheritance(Inheritance value)
Sets the value of the inheritance property. |
void |
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPostLoad(PostLoad value)
Sets the value of the postLoad property. |
void |
setPostPersist(PostPersist value)
Sets the value of the postPersist property. |
void |
setPostRemove(PostRemove value)
Sets the value of the postRemove property. |
void |
setPostUpdate(PostUpdate value)
Sets the value of the postUpdate property. |
void |
setPrePersist(PrePersist value)
Sets the value of the prePersist property. |
void |
setPreRemove(PreRemove value)
Sets the value of the preRemove property. |
void |
setPreUpdate(PreUpdate value)
Sets the value of the preUpdate property. |
void |
setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property. |
void |
setTable(Table value)
Sets the value of the table property. |
void |
setTableGenerator(TableGenerator value)
Sets the value of the tableGenerator property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String description
protected TableImpl table
protected List<SecondaryTable> secondaryTable
protected List<PrimaryKeyJoinColumn> primaryKeyJoinColumn
protected IdClassImpl idClass
protected InheritanceImpl inheritance
protected String discriminatorValue
protected DiscriminatorColumnImpl discriminatorColumn
protected SequenceGeneratorImpl sequenceGenerator
protected TableGeneratorImpl tableGenerator
protected List<NamedQuery> namedQuery
protected List<NamedNativeQuery> namedNativeQuery
protected List<SqlResultSetMapping> sqlResultSetMapping
protected EmptyTypeImpl excludeDefaultListeners
protected EmptyTypeImpl excludeSuperclassListeners
protected EntityListenersImpl entityListeners
protected PrePersistImpl prePersist
protected PostPersistImpl postPersist
protected PreRemoveImpl preRemove
protected PostRemoveImpl postRemove
protected PreUpdateImpl preUpdate
protected PostUpdateImpl postUpdate
protected PostLoadImpl postLoad
protected List<AttributeOverride> attributeOverride
protected List<AssociationOverride> associationOverride
protected AttributesImpl attributes
protected String name
protected String clazz
protected AccessType access
protected Boolean metadataComplete
| Constructor Detail |
|---|
public EntityImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.EntityImpl instance.
public EntityImpl(EntityImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.EntityImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getDescription()
Entity
getDescription in interface EntityStringpublic void setDescription(String value)
Entity
setDescription in interface Entityvalue - allowed object is
Stringpublic Table getTable()
Entity
getTable in interface EntityTablepublic void setTable(Table value)
Entity
setTable in interface Entityvalue - allowed object is
Tablepublic List<SecondaryTable> getSecondaryTable()
Entity
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the secondaryTable property.
For example, to add a new item, do as follows:
getSecondaryTable().add(newItem);
Objects of the following type(s) are allowed in the list
SecondaryTable
getSecondaryTable in interface Entitypublic List<PrimaryKeyJoinColumn> getPrimaryKeyJoinColumn()
Entity
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the primaryKeyJoinColumn property.
For example, to add a new item, do as follows:
getPrimaryKeyJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
PrimaryKeyJoinColumn
getPrimaryKeyJoinColumn in interface Entitypublic IdClass getIdClass()
Entity
getIdClass in interface EntityIdClasspublic void setIdClass(IdClass value)
Entity
setIdClass in interface Entityvalue - allowed object is
IdClasspublic Inheritance getInheritance()
Entity
getInheritance in interface EntityInheritancepublic void setInheritance(Inheritance value)
Entity
setInheritance in interface Entityvalue - allowed object is
Inheritancepublic String getDiscriminatorValue()
Entity
getDiscriminatorValue in interface EntityStringpublic void setDiscriminatorValue(String value)
Entity
setDiscriminatorValue in interface Entityvalue - allowed object is
Stringpublic DiscriminatorColumn getDiscriminatorColumn()
Entity
getDiscriminatorColumn in interface EntityDiscriminatorColumnpublic void setDiscriminatorColumn(DiscriminatorColumn value)
Entity
setDiscriminatorColumn in interface Entityvalue - allowed object is
DiscriminatorColumnpublic SequenceGenerator getSequenceGenerator()
Entity
getSequenceGenerator in interface EntitySequenceGeneratorpublic void setSequenceGenerator(SequenceGenerator value)
Entity
setSequenceGenerator in interface Entityvalue - allowed object is
SequenceGeneratorpublic TableGenerator getTableGenerator()
Entity
getTableGenerator in interface EntityTableGeneratorpublic void setTableGenerator(TableGenerator value)
Entity
setTableGenerator in interface Entityvalue - allowed object is
TableGeneratorpublic List<NamedQuery> getNamedQuery()
Entity
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the namedQuery property.
For example, to add a new item, do as follows:
getNamedQuery().add(newItem);
Objects of the following type(s) are allowed in the list
NamedQuery
getNamedQuery in interface Entitypublic List<NamedNativeQuery> getNamedNativeQuery()
Entity
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the namedNativeQuery property.
For example, to add a new item, do as follows:
getNamedNativeQuery().add(newItem);
Objects of the following type(s) are allowed in the list
NamedNativeQuery
getNamedNativeQuery in interface Entitypublic List<SqlResultSetMapping> getSqlResultSetMapping()
Entity
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sqlResultSetMapping property.
For example, to add a new item, do as follows:
getSqlResultSetMapping().add(newItem);
Objects of the following type(s) are allowed in the list
SqlResultSetMapping
getSqlResultSetMapping in interface Entitypublic EmptyType getExcludeDefaultListeners()
Entity
getExcludeDefaultListeners in interface EntityEmptyTypepublic void setExcludeDefaultListeners(EmptyType value)
Entity
setExcludeDefaultListeners in interface Entityvalue - allowed object is
EmptyTypepublic EmptyType getExcludeSuperclassListeners()
Entity
getExcludeSuperclassListeners in interface EntityEmptyTypepublic void setExcludeSuperclassListeners(EmptyType value)
Entity
setExcludeSuperclassListeners in interface Entityvalue - allowed object is
EmptyTypepublic EntityListeners getEntityListeners()
Entity
getEntityListeners in interface EntityEntityListenerspublic void setEntityListeners(EntityListeners value)
Entity
setEntityListeners in interface Entityvalue - allowed object is
EntityListenerspublic PrePersist getPrePersist()
Entity
getPrePersist in interface EntityPrePersistpublic void setPrePersist(PrePersist value)
Entity
setPrePersist in interface Entityvalue - allowed object is
PrePersistpublic PostPersist getPostPersist()
Entity
getPostPersist in interface EntityPostPersistpublic void setPostPersist(PostPersist value)
Entity
setPostPersist in interface Entityvalue - allowed object is
PostPersistpublic PreRemove getPreRemove()
Entity
getPreRemove in interface EntityPreRemovepublic void setPreRemove(PreRemove value)
Entity
setPreRemove in interface Entityvalue - allowed object is
PreRemovepublic PostRemove getPostRemove()
Entity
getPostRemove in interface EntityPostRemovepublic void setPostRemove(PostRemove value)
Entity
setPostRemove in interface Entityvalue - allowed object is
PostRemovepublic PreUpdate getPreUpdate()
Entity
getPreUpdate in interface EntityPreUpdatepublic void setPreUpdate(PreUpdate value)
Entity
setPreUpdate in interface Entityvalue - allowed object is
PreUpdatepublic PostUpdate getPostUpdate()
Entity
getPostUpdate in interface EntityPostUpdatepublic void setPostUpdate(PostUpdate value)
Entity
setPostUpdate in interface Entityvalue - allowed object is
PostUpdatepublic PostLoad getPostLoad()
Entity
getPostLoad in interface EntityPostLoadpublic void setPostLoad(PostLoad value)
Entity
setPostLoad in interface Entityvalue - allowed object is
PostLoadpublic List<AttributeOverride> getAttributeOverride()
Entity
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attributeOverride property.
For example, to add a new item, do as follows:
getAttributeOverride().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeOverride
getAttributeOverride in interface Entitypublic List<AssociationOverride> getAssociationOverride()
Entity
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the associationOverride property.
For example, to add a new item, do as follows:
getAssociationOverride().add(newItem);
Objects of the following type(s) are allowed in the list
AssociationOverride
getAssociationOverride in interface Entitypublic Attributes getAttributes()
Entity
getAttributes in interface EntityAttributespublic void setAttributes(Attributes value)
Entity
setAttributes in interface Entityvalue - allowed object is
Attributespublic String getName()
Entity
getName in interface EntityStringpublic void setName(String value)
Entity
setName in interface Entityvalue - allowed object is
Stringpublic String getClazz()
Entity
getClazz in interface EntityStringpublic void setClazz(String value)
Entity
setClazz in interface Entityvalue - allowed object is
Stringpublic AccessType getAccess()
Entity
getAccess in interface EntityAccessTypepublic void setAccess(AccessType value)
Entity
setAccess in interface Entityvalue - allowed object is
AccessTypepublic Boolean isMetadataComplete()
Entity
isMetadataComplete in interface EntityBooleanpublic void setMetadataComplete(Boolean value)
Entity
setMetadataComplete in interface Entityvalue - allowed object is
Booleanpublic EntityImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||