|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.EntityImpl
public class EntityImpl
| Constructor Summary | |
|---|---|
EntityImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.EntityImpl instance. |
|
EntityImpl(EntityImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.EntityImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EntityImpl |
clone()
Creates and returns a copy of this object. |
void |
copyAssociationOverride(AssociationOverride[] source)
Copies all values of property AssociationOverride. |
void |
copyAttributeOverride(AttributeOverride[] source)
Copies all values of property AttributeOverride. |
void |
copyNamedNativeQuery(NamedNativeQuery[] source)
Copies all values of property NamedNativeQuery. |
void |
copyNamedQuery(NamedQuery[] source)
Copies all values of property NamedQuery. |
void |
copyPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] source)
Copies all values of property PrimaryKeyJoinColumn. |
void |
copySecondaryTable(SecondaryTable[] source)
Copies all values of property SecondaryTable. |
void |
copySqlResultSetMapping(SqlResultSetMapping[] source)
Copies all values of property SqlResultSetMapping. |
AccessType |
getAccess()
Gets the value of the access property. |
AssociationOverride[] |
getAssociationOverride()
|
AssociationOverride |
getAssociationOverride(int idx)
|
int |
getAssociationOverrideLength()
|
AttributeOverride[] |
getAttributeOverride()
|
AttributeOverride |
getAttributeOverride(int idx)
|
int |
getAttributeOverrideLength()
|
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. |
NamedNativeQuery[] |
getNamedNativeQuery()
|
NamedNativeQuery |
getNamedNativeQuery(int idx)
|
int |
getNamedNativeQueryLength()
|
NamedQuery[] |
getNamedQuery()
|
NamedQuery |
getNamedQuery(int idx)
|
int |
getNamedQueryLength()
|
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. |
PrimaryKeyJoinColumn[] |
getPrimaryKeyJoinColumn()
|
PrimaryKeyJoinColumn |
getPrimaryKeyJoinColumn(int idx)
|
int |
getPrimaryKeyJoinColumnLength()
|
SecondaryTable[] |
getSecondaryTable()
|
SecondaryTable |
getSecondaryTable(int idx)
|
int |
getSecondaryTableLength()
|
SequenceGenerator |
getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
SqlResultSetMapping[] |
getSqlResultSetMapping()
|
SqlResultSetMapping |
getSqlResultSetMapping(int idx)
|
int |
getSqlResultSetMappingLength()
|
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 |
setAssociationOverride(AssociationOverride[] values)
|
AssociationOverride |
setAssociationOverride(int idx,
AssociationOverride value)
|
void |
setAttributeOverride(AttributeOverride[] values)
|
AttributeOverride |
setAttributeOverride(int idx,
AttributeOverride value)
|
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. |
NamedNativeQuery |
setNamedNativeQuery(int idx,
NamedNativeQuery value)
|
void |
setNamedNativeQuery(NamedNativeQuery[] values)
|
NamedQuery |
setNamedQuery(int idx,
NamedQuery value)
|
void |
setNamedQuery(NamedQuery[] values)
|
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. |
PrimaryKeyJoinColumn |
setPrimaryKeyJoinColumn(int idx,
PrimaryKeyJoinColumn value)
|
void |
setPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] values)
|
SecondaryTable |
setSecondaryTable(int idx,
SecondaryTable value)
|
void |
setSecondaryTable(SecondaryTable[] values)
|
void |
setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property. |
SqlResultSetMapping |
setSqlResultSetMapping(int idx,
SqlResultSetMapping value)
|
void |
setSqlResultSetMapping(SqlResultSetMapping[] values)
|
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 SecondaryTable[] secondaryTable
protected PrimaryKeyJoinColumn[] primaryKeyJoinColumn
protected IdClassImpl idClass
protected InheritanceImpl inheritance
protected String discriminatorValue
protected DiscriminatorColumnImpl discriminatorColumn
protected SequenceGeneratorImpl sequenceGenerator
protected TableGeneratorImpl tableGenerator
protected NamedQuery[] namedQuery
protected NamedNativeQuery[] namedNativeQuery
protected 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 AttributeOverride[] attributeOverride
protected 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.pub.indexed.novalueclass.persistence.orm.impl.EntityImpl instance.
public EntityImpl(EntityImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.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 SecondaryTable[] getSecondaryTable()
getSecondaryTable in interface EntitySecondaryTablepublic SecondaryTable getSecondaryTable(int idx)
getSecondaryTable in interface EntitySecondaryTablepublic int getSecondaryTableLength()
getSecondaryTableLength in interface Entitypublic void setSecondaryTable(SecondaryTable[] values)
setSecondaryTable in interface Entityvalues - allowed objects are
SecondaryTable
public SecondaryTable setSecondaryTable(int idx,
SecondaryTable value)
setSecondaryTable in interface Entityvalue - allowed object is
SecondaryTablepublic PrimaryKeyJoinColumn[] getPrimaryKeyJoinColumn()
getPrimaryKeyJoinColumn in interface EntityPrimaryKeyJoinColumnpublic PrimaryKeyJoinColumn getPrimaryKeyJoinColumn(int idx)
getPrimaryKeyJoinColumn in interface EntityPrimaryKeyJoinColumnpublic int getPrimaryKeyJoinColumnLength()
getPrimaryKeyJoinColumnLength in interface Entitypublic void setPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] values)
setPrimaryKeyJoinColumn in interface Entityvalues - allowed objects are
PrimaryKeyJoinColumn
public PrimaryKeyJoinColumn setPrimaryKeyJoinColumn(int idx,
PrimaryKeyJoinColumn value)
setPrimaryKeyJoinColumn in interface Entityvalue - allowed object is
PrimaryKeyJoinColumnpublic 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 NamedQuery[] getNamedQuery()
getNamedQuery in interface EntityNamedQuerypublic NamedQuery getNamedQuery(int idx)
getNamedQuery in interface EntityNamedQuerypublic int getNamedQueryLength()
getNamedQueryLength in interface Entitypublic void setNamedQuery(NamedQuery[] values)
setNamedQuery in interface Entityvalues - allowed objects are
NamedQuery
public NamedQuery setNamedQuery(int idx,
NamedQuery value)
setNamedQuery in interface Entityvalue - allowed object is
NamedQuerypublic NamedNativeQuery[] getNamedNativeQuery()
getNamedNativeQuery in interface EntityNamedNativeQuerypublic NamedNativeQuery getNamedNativeQuery(int idx)
getNamedNativeQuery in interface EntityNamedNativeQuerypublic int getNamedNativeQueryLength()
getNamedNativeQueryLength in interface Entitypublic void setNamedNativeQuery(NamedNativeQuery[] values)
setNamedNativeQuery in interface Entityvalues - allowed objects are
NamedNativeQuery
public NamedNativeQuery setNamedNativeQuery(int idx,
NamedNativeQuery value)
setNamedNativeQuery in interface Entityvalue - allowed object is
NamedNativeQuerypublic SqlResultSetMapping[] getSqlResultSetMapping()
getSqlResultSetMapping in interface EntitySqlResultSetMappingpublic SqlResultSetMapping getSqlResultSetMapping(int idx)
getSqlResultSetMapping in interface EntitySqlResultSetMappingpublic int getSqlResultSetMappingLength()
getSqlResultSetMappingLength in interface Entitypublic void setSqlResultSetMapping(SqlResultSetMapping[] values)
setSqlResultSetMapping in interface Entityvalues - allowed objects are
SqlResultSetMapping
public SqlResultSetMapping setSqlResultSetMapping(int idx,
SqlResultSetMapping value)
setSqlResultSetMapping in interface Entityvalue - allowed object is
SqlResultSetMappingpublic 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 AttributeOverride[] getAttributeOverride()
getAttributeOverride in interface EntityAttributeOverridepublic AttributeOverride getAttributeOverride(int idx)
getAttributeOverride in interface EntityAttributeOverridepublic int getAttributeOverrideLength()
getAttributeOverrideLength in interface Entitypublic void setAttributeOverride(AttributeOverride[] values)
setAttributeOverride in interface Entityvalues - allowed objects are
AttributeOverride
public AttributeOverride setAttributeOverride(int idx,
AttributeOverride value)
setAttributeOverride in interface Entityvalue - allowed object is
AttributeOverridepublic AssociationOverride[] getAssociationOverride()
getAssociationOverride in interface EntityAssociationOverridepublic AssociationOverride getAssociationOverride(int idx)
getAssociationOverride in interface EntityAssociationOverridepublic int getAssociationOverrideLength()
getAssociationOverrideLength in interface Entitypublic void setAssociationOverride(AssociationOverride[] values)
setAssociationOverride in interface Entityvalues - allowed objects are
AssociationOverride
public AssociationOverride setAssociationOverride(int idx,
AssociationOverride value)
setAssociationOverride in interface Entityvalue - allowed object is
AssociationOverridepublic 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 void copySecondaryTable(SecondaryTable[] source)
SecondaryTable.
source - The source to copy from.
NullPointerException - if source is null.public void copyPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] source)
PrimaryKeyJoinColumn.
source - The source to copy from.
NullPointerException - if source is null.public void copyNamedQuery(NamedQuery[] source)
NamedQuery.
source - The source to copy from.
NullPointerException - if source is null.public void copyNamedNativeQuery(NamedNativeQuery[] source)
NamedNativeQuery.
source - The source to copy from.
NullPointerException - if source is null.public void copySqlResultSetMapping(SqlResultSetMapping[] source)
SqlResultSetMapping.
source - The source to copy from.
NullPointerException - if source is null.public void copyAttributeOverride(AttributeOverride[] source)
AttributeOverride.
source - The source to copy from.
NullPointerException - if source is null.public void copyAssociationOverride(AssociationOverride[] source)
AssociationOverride.
source - The source to copy from.
NullPointerException - if source is null.public EntityImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||