Class JaxbEntity
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbEntity
-
- All Implemented Interfaces:
Serializable
,EntityOrMappedSuperclass
,LifecycleCallbackContainer
,ManagedType
public class JaxbEntity extends Object implements Serializable, EntityOrMappedSuperclass
See jakarta.persistence.Entity Defines the settings and mappings for an entity. Is allowed to be sparsely populated and used in conjunction with the annotations. Alternatively, the metadata-complete attribute can be used to indicate that no annotations on the entity class (and its fields or properties) are to be processed. If this is the case then the defaulting rules for the entity and its subelements will be recursively applied.- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JaxbEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessType
getAccess()
Gets the value of the access property.List<JaxbAssociationOverride>
getAssociationOverride()
Gets the value of the associationOverride property.String
getAttributeAccessor()
Gets the value of the attributeAccessor property.List<JaxbAttributeOverride>
getAttributeOverride()
Gets the value of the attributeOverride property.JaxbAttributes
getAttributes()
Gets the value of the attributes property.Integer
getBatchSize()
Gets the value of the batchSize property.JaxbCaching
getCaching()
Gets the value of the caching property.String
getClazz()
Gets the value of the clazz property.List<JaxbConvert>
getConvert()
Gets the value of the convert property.String
getDescription()
Gets the value of the description property.JaxbDiscriminatorColumn
getDiscriminatorColumn()
Gets the value of the discriminatorColumn property.String
getDiscriminatorFormula()
Gets the value of the discriminatorFormula property.String
getDiscriminatorValue()
Gets the value of the discriminatorValue property.JaxbEntityListeners
getEntityListeners()
Gets the value of the entityListeners property.JaxbEmptyType
getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property.JaxbEmptyType
getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property.String
getExtends()
Gets the value of the extends property.List<JaxbFetchProfile>
getFetchProfile()
Gets the value of the fetchProfile property.List<JaxbHbmFilter>
getFilter()
Gets the value of the filter property.JaxbIdClass
getIdClass()
Gets the value of the idClass property.List<JaxbGenericIdGenerator>
getIdentifierGenerator()
Gets the value of the identifierGenerator property.JaxbInheritance
getInheritance()
Gets the value of the inheritance property.JaxbCustomLoader
getLoader()
Gets the value of the loader property.String
getName()
Gets the value of the name property.List<JaxbNamedEntityGraph>
getNamedEntityGraph()
Gets the value of the namedEntityGraph property.List<JaxbNamedNativeQuery>
getNamedNativeQuery()
Gets the value of the namedNativeQuery property.List<JaxbNamedQuery>
getNamedQuery()
Gets the value of the namedQuery property.List<JaxbNamedStoredProcedureQuery>
getNamedStoredProcedureQuery()
Gets the value of the namedStoredProcedureQuery property.OptimisticLockStyle
getOptimisticLock()
Gets the value of the optimisticLock property.PolymorphismType
getPolymorphism()
Gets the value of the polymorphism property.JaxbPostLoad
getPostLoad()
Gets the value of the postLoad property.JaxbPostPersist
getPostPersist()
Gets the value of the postPersist property.JaxbPostRemove
getPostRemove()
Gets the value of the postRemove property.JaxbPostUpdate
getPostUpdate()
Gets the value of the postUpdate property.JaxbPrePersist
getPrePersist()
Gets the value of the prePersist property.JaxbPreRemove
getPreRemove()
Gets the value of the preRemove property.JaxbPreUpdate
getPreUpdate()
Gets the value of the preUpdate property.JaxbForeignKey
getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.List<JaxbPrimaryKeyJoinColumn>
getPrimaryKeyJoinColumn()
Gets the value of the primaryKeyJoinColumn property.String
getProxy()
Gets the value of the proxy property.String
getRowid()
Gets the value of the rowid property.List<JaxbSecondaryTable>
getSecondaryTable()
Gets the value of the secondaryTable property.JaxbSequenceGenerator
getSequenceGenerator()
Gets the value of the sequenceGenerator property.JaxbCustomSql
getSqlDelete()
Gets the value of the sqlDelete property.JaxbCustomSql
getSqlInsert()
Gets the value of the sqlInsert property.List<JaxbSqlResultSetMapping>
getSqlResultSetMapping()
Gets the value of the sqlResultSetMapping property.JaxbCustomSql
getSqlUpdate()
Gets the value of the sqlUpdate property.List<JaxbSynchronizedTable>
getSynchronize()
Gets the value of the synchronize property.JaxbTable
getTable()
Gets the value of the table property.String
getTableExpression()
Gets the value of the tableExpression property.JaxbTableGenerator
getTableGenerator()
Gets the value of the tableGenerator property.JaxbTenantId
getTenantId()
Gets the value of the tenantId property.String
getWhere()
Gets the value of the where property.Boolean
isCacheable()
Gets the value of the cacheable property.Boolean
isDynamicInsert()
Gets the value of the dynamicInsert property.Boolean
isDynamicUpdate()
Gets the value of the dynamicUpdate property.Boolean
isLazy()
Gets the value of the lazy property.Boolean
isMetadataComplete()
Gets the value of the metadataComplete property.Boolean
isMutable()
Gets the value of the mutable property.Boolean
isSelectBeforeUpdate()
Gets the value of the selectBeforeUpdate property.void
setAccess(AccessType value)
Sets the value of the access property.void
setAttributeAccessor(String value)
Sets the value of the attributeAccessor property.void
setAttributes(JaxbAttributes value)
Sets the value of the attributes property.void
setBatchSize(Integer value)
Sets the value of the batchSize property.void
setCacheable(Boolean value)
Sets the value of the cacheable property.void
setCaching(JaxbCaching value)
Sets the value of the caching 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(JaxbDiscriminatorColumn value)
Sets the value of the discriminatorColumn property.void
setDiscriminatorFormula(String value)
Sets the value of the discriminatorFormula property.void
setDiscriminatorValue(String value)
Sets the value of the discriminatorValue property.void
setDynamicInsert(Boolean value)
Sets the value of the dynamicInsert property.void
setDynamicUpdate(Boolean value)
Sets the value of the dynamicUpdate property.void
setEntityListeners(JaxbEntityListeners value)
Sets the value of the entityListeners property.void
setExcludeDefaultListeners(JaxbEmptyType value)
Sets the value of the excludeDefaultListeners property.void
setExcludeSuperclassListeners(JaxbEmptyType value)
Sets the value of the excludeSuperclassListeners property.void
setExtends(String value)
Sets the value of the extends property.void
setIdClass(JaxbIdClass value)
Sets the value of the idClass property.void
setInheritance(JaxbInheritance value)
Sets the value of the inheritance property.void
setLazy(Boolean value)
Sets the value of the lazy property.void
setLoader(JaxbCustomLoader value)
Sets the value of the loader property.void
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property.void
setMutable(Boolean value)
Sets the value of the mutable property.void
setName(String value)
Sets the value of the name property.void
setOptimisticLock(OptimisticLockStyle value)
Sets the value of the optimisticLock property.void
setPolymorphism(PolymorphismType value)
Sets the value of the polymorphism property.void
setPostLoad(JaxbPostLoad value)
Sets the value of the postLoad property.void
setPostPersist(JaxbPostPersist value)
Sets the value of the postPersist property.void
setPostRemove(JaxbPostRemove value)
Sets the value of the postRemove property.void
setPostUpdate(JaxbPostUpdate value)
Sets the value of the postUpdate property.void
setPrePersist(JaxbPrePersist value)
Sets the value of the prePersist property.void
setPreRemove(JaxbPreRemove value)
Sets the value of the preRemove property.void
setPreUpdate(JaxbPreUpdate value)
Sets the value of the preUpdate property.void
setPrimaryKeyForeignKey(JaxbForeignKey value)
Sets the value of the primaryKeyForeignKey property.void
setProxy(String value)
Sets the value of the proxy property.void
setRowid(String value)
Sets the value of the rowid property.void
setSelectBeforeUpdate(Boolean value)
Sets the value of the selectBeforeUpdate property.void
setSequenceGenerator(JaxbSequenceGenerator value)
Sets the value of the sequenceGenerator property.void
setSqlDelete(JaxbCustomSql value)
Sets the value of the sqlDelete property.void
setSqlInsert(JaxbCustomSql value)
Sets the value of the sqlInsert property.void
setSqlUpdate(JaxbCustomSql value)
Sets the value of the sqlUpdate property.void
setTable(JaxbTable value)
Sets the value of the table property.void
setTableExpression(String value)
Sets the value of the tableExpression property.void
setTableGenerator(JaxbTableGenerator value)
Sets the value of the tableGenerator property.void
setTenantId(JaxbTenantId value)
Sets the value of the tenantId property.void
setWhere(String value)
Sets the value of the where property.
-
-
-
Field Detail
-
description
protected String description
-
table
protected JaxbTable table
-
tableExpression
protected String tableExpression
-
secondaryTable
protected List<JaxbSecondaryTable> secondaryTable
-
synchronize
protected List<JaxbSynchronizedTable> synchronize
-
primaryKeyJoinColumn
protected List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
primaryKeyForeignKey
protected JaxbForeignKey primaryKeyForeignKey
-
rowid
protected String rowid
-
where
protected String where
-
loader
protected JaxbCustomLoader loader
-
sqlInsert
protected JaxbCustomSql sqlInsert
-
sqlUpdate
protected JaxbCustomSql sqlUpdate
-
sqlDelete
protected JaxbCustomSql sqlDelete
-
dynamicInsert
protected Boolean dynamicInsert
-
dynamicUpdate
protected Boolean dynamicUpdate
-
selectBeforeUpdate
protected Boolean selectBeforeUpdate
-
caching
protected JaxbCaching caching
-
batchSize
protected Integer batchSize
-
lazy
protected Boolean lazy
-
mutable
protected Boolean mutable
-
optimisticLock
protected OptimisticLockStyle optimisticLock
-
idClass
protected JaxbIdClass idClass
-
inheritance
protected JaxbInheritance inheritance
-
proxy
protected String proxy
-
polymorphism
protected PolymorphismType polymorphism
-
discriminatorValue
protected String discriminatorValue
-
discriminatorColumn
protected JaxbDiscriminatorColumn discriminatorColumn
-
discriminatorFormula
protected String discriminatorFormula
-
sequenceGenerator
protected JaxbSequenceGenerator sequenceGenerator
-
tableGenerator
protected JaxbTableGenerator tableGenerator
-
identifierGenerator
protected List<JaxbGenericIdGenerator> identifierGenerator
-
namedQuery
protected List<JaxbNamedQuery> namedQuery
-
namedNativeQuery
protected List<JaxbNamedNativeQuery> namedNativeQuery
-
namedStoredProcedureQuery
protected List<JaxbNamedStoredProcedureQuery> namedStoredProcedureQuery
-
sqlResultSetMapping
protected List<JaxbSqlResultSetMapping> sqlResultSetMapping
-
excludeDefaultListeners
protected JaxbEmptyType excludeDefaultListeners
-
excludeSuperclassListeners
protected JaxbEmptyType excludeSuperclassListeners
-
entityListeners
protected JaxbEntityListeners entityListeners
-
prePersist
protected JaxbPrePersist prePersist
-
postPersist
protected JaxbPostPersist postPersist
-
preRemove
protected JaxbPreRemove preRemove
-
postRemove
protected JaxbPostRemove postRemove
-
preUpdate
protected JaxbPreUpdate preUpdate
-
postUpdate
protected JaxbPostUpdate postUpdate
-
postLoad
protected JaxbPostLoad postLoad
-
attributeOverride
protected List<JaxbAttributeOverride> attributeOverride
-
associationOverride
protected List<JaxbAssociationOverride> associationOverride
-
convert
protected List<JaxbConvert> convert
-
namedEntityGraph
protected List<JaxbNamedEntityGraph> namedEntityGraph
-
_extends
protected String _extends
-
filter
protected List<JaxbHbmFilter> filter
-
fetchProfile
protected List<JaxbFetchProfile> fetchProfile
-
tenantId
protected JaxbTenantId tenantId
-
attributes
protected JaxbAttributes attributes
-
name
protected String name
-
clazz
protected String clazz
-
access
protected AccessType access
-
attributeAccessor
protected String attributeAccessor
-
cacheable
protected Boolean cacheable
-
metadataComplete
protected Boolean metadataComplete
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Specified by:
getDescription
in interfaceManagedType
- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Specified by:
setDescription
in interfaceManagedType
- Parameters:
value
- allowed object isString
-
getTable
public JaxbTable getTable()
Gets the value of the table property.- Returns:
- possible object is
JaxbTable
-
setTable
public void setTable(JaxbTable value)
Sets the value of the table property.- Parameters:
value
- allowed object isJaxbTable
-
getTableExpression
public String getTableExpression()
Gets the value of the tableExpression property.- Returns:
- possible object is
String
-
setTableExpression
public void setTableExpression(String value)
Sets the value of the tableExpression property.- Parameters:
value
- allowed object isString
-
getSecondaryTable
public List<JaxbSecondaryTable> getSecondaryTable()
Gets the value of the secondaryTable property.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 Jakarta XML Binding 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
JaxbSecondaryTable
- Returns:
- The value of the secondaryTable property.
-
getSynchronize
public List<JaxbSynchronizedTable> getSynchronize()
Gets the value of the synchronize property.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 Jakarta XML Binding object. This is why there is not a
set
method for the synchronize property.For example, to add a new item, do as follows:
getSynchronize().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbSynchronizedTable
- Returns:
- The value of the synchronize property.
-
getPrimaryKeyJoinColumn
public List<JaxbPrimaryKeyJoinColumn> getPrimaryKeyJoinColumn()
Gets the value of the primaryKeyJoinColumn property.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 Jakarta XML Binding 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
JaxbPrimaryKeyJoinColumn
- Returns:
- The value of the primaryKeyJoinColumn property.
-
getPrimaryKeyForeignKey
public JaxbForeignKey getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.- Returns:
- possible object is
JaxbForeignKey
-
setPrimaryKeyForeignKey
public void setPrimaryKeyForeignKey(JaxbForeignKey value)
Sets the value of the primaryKeyForeignKey property.- Parameters:
value
- allowed object isJaxbForeignKey
-
getRowid
public String getRowid()
Gets the value of the rowid property.- Returns:
- possible object is
String
-
setRowid
public void setRowid(String value)
Sets the value of the rowid property.- Parameters:
value
- allowed object isString
-
getWhere
public String getWhere()
Gets the value of the where property.- Returns:
- possible object is
String
-
setWhere
public void setWhere(String value)
Sets the value of the where property.- Parameters:
value
- allowed object isString
-
getLoader
public JaxbCustomLoader getLoader()
Gets the value of the loader property.- Returns:
- possible object is
JaxbCustomLoader
-
setLoader
public void setLoader(JaxbCustomLoader value)
Sets the value of the loader property.- Parameters:
value
- allowed object isJaxbCustomLoader
-
getSqlInsert
public JaxbCustomSql getSqlInsert()
Gets the value of the sqlInsert property.- Returns:
- possible object is
JaxbCustomSql
-
setSqlInsert
public void setSqlInsert(JaxbCustomSql value)
Sets the value of the sqlInsert property.- Parameters:
value
- allowed object isJaxbCustomSql
-
getSqlUpdate
public JaxbCustomSql getSqlUpdate()
Gets the value of the sqlUpdate property.- Returns:
- possible object is
JaxbCustomSql
-
setSqlUpdate
public void setSqlUpdate(JaxbCustomSql value)
Sets the value of the sqlUpdate property.- Parameters:
value
- allowed object isJaxbCustomSql
-
getSqlDelete
public JaxbCustomSql getSqlDelete()
Gets the value of the sqlDelete property.- Returns:
- possible object is
JaxbCustomSql
-
setSqlDelete
public void setSqlDelete(JaxbCustomSql value)
Sets the value of the sqlDelete property.- Parameters:
value
- allowed object isJaxbCustomSql
-
isDynamicInsert
public Boolean isDynamicInsert()
Gets the value of the dynamicInsert property.- Returns:
- possible object is
Boolean
-
setDynamicInsert
public void setDynamicInsert(Boolean value)
Sets the value of the dynamicInsert property.- Parameters:
value
- allowed object isBoolean
-
isDynamicUpdate
public Boolean isDynamicUpdate()
Gets the value of the dynamicUpdate property.- Returns:
- possible object is
Boolean
-
setDynamicUpdate
public void setDynamicUpdate(Boolean value)
Sets the value of the dynamicUpdate property.- Parameters:
value
- allowed object isBoolean
-
isSelectBeforeUpdate
public Boolean isSelectBeforeUpdate()
Gets the value of the selectBeforeUpdate property.- Returns:
- possible object is
Boolean
-
setSelectBeforeUpdate
public void setSelectBeforeUpdate(Boolean value)
Sets the value of the selectBeforeUpdate property.- Parameters:
value
- allowed object isBoolean
-
getCaching
public JaxbCaching getCaching()
Gets the value of the caching property.- Returns:
- possible object is
JaxbCaching
-
setCaching
public void setCaching(JaxbCaching value)
Sets the value of the caching property.- Parameters:
value
- allowed object isJaxbCaching
-
getBatchSize
public Integer getBatchSize()
Gets the value of the batchSize property.- Returns:
- possible object is
Integer
-
setBatchSize
public void setBatchSize(Integer value)
Sets the value of the batchSize property.- Parameters:
value
- allowed object isInteger
-
isLazy
public Boolean isLazy()
Gets the value of the lazy property.- Returns:
- possible object is
Boolean
-
setLazy
public void setLazy(Boolean value)
Sets the value of the lazy property.- Parameters:
value
- allowed object isBoolean
-
isMutable
public Boolean isMutable()
Gets the value of the mutable property.- Returns:
- possible object is
Boolean
-
setMutable
public void setMutable(Boolean value)
Sets the value of the mutable property.- Parameters:
value
- allowed object isBoolean
-
getOptimisticLock
public OptimisticLockStyle getOptimisticLock()
Gets the value of the optimisticLock property.- Returns:
- possible object is
String
-
setOptimisticLock
public void setOptimisticLock(OptimisticLockStyle value)
Sets the value of the optimisticLock property.- Parameters:
value
- allowed object isString
-
getIdClass
public JaxbIdClass getIdClass()
Gets the value of the idClass property.- Specified by:
getIdClass
in interfaceEntityOrMappedSuperclass
- Returns:
- possible object is
JaxbIdClass
-
setIdClass
public void setIdClass(JaxbIdClass value)
Sets the value of the idClass property.- Specified by:
setIdClass
in interfaceEntityOrMappedSuperclass
- Parameters:
value
- allowed object isJaxbIdClass
-
getInheritance
public JaxbInheritance getInheritance()
Gets the value of the inheritance property.- Returns:
- possible object is
JaxbInheritance
-
setInheritance
public void setInheritance(JaxbInheritance value)
Sets the value of the inheritance property.- Parameters:
value
- allowed object isJaxbInheritance
-
getProxy
public String getProxy()
Gets the value of the proxy property.- Returns:
- possible object is
String
-
setProxy
public void setProxy(String value)
Sets the value of the proxy property.- Parameters:
value
- allowed object isString
-
getPolymorphism
public PolymorphismType getPolymorphism()
Gets the value of the polymorphism property.- Returns:
- possible object is
String
-
setPolymorphism
public void setPolymorphism(PolymorphismType value)
Sets the value of the polymorphism property.- Parameters:
value
- allowed object isString
-
getDiscriminatorValue
public String getDiscriminatorValue()
Gets the value of the discriminatorValue property.- Returns:
- possible object is
String
-
setDiscriminatorValue
public void setDiscriminatorValue(String value)
Sets the value of the discriminatorValue property.- Parameters:
value
- allowed object isString
-
getDiscriminatorColumn
public JaxbDiscriminatorColumn getDiscriminatorColumn()
Gets the value of the discriminatorColumn property.- Returns:
- possible object is
JaxbDiscriminatorColumn
-
setDiscriminatorColumn
public void setDiscriminatorColumn(JaxbDiscriminatorColumn value)
Sets the value of the discriminatorColumn property.- Parameters:
value
- allowed object isJaxbDiscriminatorColumn
-
getDiscriminatorFormula
public String getDiscriminatorFormula()
Gets the value of the discriminatorFormula property.- Returns:
- possible object is
String
-
setDiscriminatorFormula
public void setDiscriminatorFormula(String value)
Sets the value of the discriminatorFormula property.- Parameters:
value
- allowed object isString
-
getSequenceGenerator
public JaxbSequenceGenerator getSequenceGenerator()
Gets the value of the sequenceGenerator property.- Returns:
- possible object is
JaxbSequenceGenerator
-
setSequenceGenerator
public void setSequenceGenerator(JaxbSequenceGenerator value)
Sets the value of the sequenceGenerator property.- Parameters:
value
- allowed object isJaxbSequenceGenerator
-
getTableGenerator
public JaxbTableGenerator getTableGenerator()
Gets the value of the tableGenerator property.- Returns:
- possible object is
JaxbTableGenerator
-
setTableGenerator
public void setTableGenerator(JaxbTableGenerator value)
Sets the value of the tableGenerator property.- Parameters:
value
- allowed object isJaxbTableGenerator
-
getIdentifierGenerator
public List<JaxbGenericIdGenerator> getIdentifierGenerator()
Gets the value of the identifierGenerator property.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 Jakarta XML Binding object. This is why there is not a
set
method for the identifierGenerator property.For example, to add a new item, do as follows:
getIdentifierGenerator().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbGenericIdGenerator
- Returns:
- The value of the identifierGenerator property.
-
getNamedQuery
public List<JaxbNamedQuery> getNamedQuery()
Gets the value of the namedQuery property.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 Jakarta XML Binding 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
JaxbNamedQuery
- Returns:
- The value of the namedQuery property.
-
getNamedNativeQuery
public List<JaxbNamedNativeQuery> getNamedNativeQuery()
Gets the value of the namedNativeQuery property.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 Jakarta XML Binding 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
JaxbNamedNativeQuery
- Returns:
- The value of the namedNativeQuery property.
-
getNamedStoredProcedureQuery
public List<JaxbNamedStoredProcedureQuery> getNamedStoredProcedureQuery()
Gets the value of the namedStoredProcedureQuery property.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 Jakarta XML Binding object. This is why there is not a
set
method for the namedStoredProcedureQuery property.For example, to add a new item, do as follows:
getNamedStoredProcedureQuery().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbNamedStoredProcedureQuery
- Returns:
- The value of the namedStoredProcedureQuery property.
-
getSqlResultSetMapping
public List<JaxbSqlResultSetMapping> getSqlResultSetMapping()
Gets the value of the sqlResultSetMapping property.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 Jakarta XML Binding 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
JaxbSqlResultSetMapping
- Returns:
- The value of the sqlResultSetMapping property.
-
getExcludeDefaultListeners
public JaxbEmptyType getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property.- Specified by:
getExcludeDefaultListeners
in interfaceEntityOrMappedSuperclass
- Returns:
- possible object is
JaxbEmptyType
-
setExcludeDefaultListeners
public void setExcludeDefaultListeners(JaxbEmptyType value)
Sets the value of the excludeDefaultListeners property.- Specified by:
setExcludeDefaultListeners
in interfaceEntityOrMappedSuperclass
- Parameters:
value
- allowed object isJaxbEmptyType
-
getExcludeSuperclassListeners
public JaxbEmptyType getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property.- Specified by:
getExcludeSuperclassListeners
in interfaceEntityOrMappedSuperclass
- Returns:
- possible object is
JaxbEmptyType
-
setExcludeSuperclassListeners
public void setExcludeSuperclassListeners(JaxbEmptyType value)
Sets the value of the excludeSuperclassListeners property.- Specified by:
setExcludeSuperclassListeners
in interfaceEntityOrMappedSuperclass
- Parameters:
value
- allowed object isJaxbEmptyType
-
getEntityListeners
public JaxbEntityListeners getEntityListeners()
Gets the value of the entityListeners property.- Specified by:
getEntityListeners
in interfaceEntityOrMappedSuperclass
- Returns:
- possible object is
JaxbEntityListeners
-
setEntityListeners
public void setEntityListeners(JaxbEntityListeners value)
Sets the value of the entityListeners property.- Specified by:
setEntityListeners
in interfaceEntityOrMappedSuperclass
- Parameters:
value
- allowed object isJaxbEntityListeners
-
getPrePersist
public JaxbPrePersist getPrePersist()
Gets the value of the prePersist property.- Specified by:
getPrePersist
in interfaceEntityOrMappedSuperclass
- Specified by:
getPrePersist
in interfaceLifecycleCallbackContainer
- Returns:
- possible object is
JaxbPrePersist
-
setPrePersist
public void setPrePersist(JaxbPrePersist value)
Sets the value of the prePersist property.- Specified by:
setPrePersist
in interfaceEntityOrMappedSuperclass
- Specified by:
setPrePersist
in interfaceLifecycleCallbackContainer
- Parameters:
value
- allowed object isJaxbPrePersist
-
getPostPersist
public JaxbPostPersist getPostPersist()
Gets the value of the postPersist property.- Specified by:
getPostPersist
in interfaceEntityOrMappedSuperclass
- Specified by:
getPostPersist
in interfaceLifecycleCallbackContainer
- Returns:
- possible object is
JaxbPostPersist
-
setPostPersist
public void setPostPersist(JaxbPostPersist value)
Sets the value of the postPersist property.- Specified by:
setPostPersist
in interfaceEntityOrMappedSuperclass
- Specified by:
setPostPersist
in interfaceLifecycleCallbackContainer
- Parameters:
value
- allowed object isJaxbPostPersist
-
getPreRemove
public JaxbPreRemove getPreRemove()
Gets the value of the preRemove property.- Specified by:
getPreRemove
in interfaceEntityOrMappedSuperclass
- Specified by:
getPreRemove
in interfaceLifecycleCallbackContainer
- Returns:
- possible object is
JaxbPreRemove
-
setPreRemove
public void setPreRemove(JaxbPreRemove value)
Sets the value of the preRemove property.- Specified by:
setPreRemove
in interfaceEntityOrMappedSuperclass
- Specified by:
setPreRemove
in interfaceLifecycleCallbackContainer
- Parameters:
value
- allowed object isJaxbPreRemove
-
getPostRemove
public JaxbPostRemove getPostRemove()
Gets the value of the postRemove property.- Specified by:
getPostRemove
in interfaceEntityOrMappedSuperclass
- Specified by:
getPostRemove
in interfaceLifecycleCallbackContainer
- Returns:
- possible object is
JaxbPostRemove
-
setPostRemove
public void setPostRemove(JaxbPostRemove value)
Sets the value of the postRemove property.- Specified by:
setPostRemove
in interfaceEntityOrMappedSuperclass
- Specified by:
setPostRemove
in interfaceLifecycleCallbackContainer
- Parameters:
value
- allowed object isJaxbPostRemove
-
getPreUpdate
public JaxbPreUpdate getPreUpdate()
Gets the value of the preUpdate property.- Specified by:
getPreUpdate
in interfaceEntityOrMappedSuperclass
- Specified by:
getPreUpdate
in interfaceLifecycleCallbackContainer
- Returns:
- possible object is
JaxbPreUpdate
-
setPreUpdate
public void setPreUpdate(JaxbPreUpdate value)
Sets the value of the preUpdate property.- Specified by:
setPreUpdate
in interfaceEntityOrMappedSuperclass
- Specified by:
setPreUpdate
in interfaceLifecycleCallbackContainer
- Parameters:
value
- allowed object isJaxbPreUpdate
-
getPostUpdate
public JaxbPostUpdate getPostUpdate()
Gets the value of the postUpdate property.- Specified by:
getPostUpdate
in interfaceEntityOrMappedSuperclass
- Specified by:
getPostUpdate
in interfaceLifecycleCallbackContainer
- Returns:
- possible object is
JaxbPostUpdate
-
setPostUpdate
public void setPostUpdate(JaxbPostUpdate value)
Sets the value of the postUpdate property.- Specified by:
setPostUpdate
in interfaceEntityOrMappedSuperclass
- Specified by:
setPostUpdate
in interfaceLifecycleCallbackContainer
- Parameters:
value
- allowed object isJaxbPostUpdate
-
getPostLoad
public JaxbPostLoad getPostLoad()
Gets the value of the postLoad property.- Specified by:
getPostLoad
in interfaceEntityOrMappedSuperclass
- Specified by:
getPostLoad
in interfaceLifecycleCallbackContainer
- Returns:
- possible object is
JaxbPostLoad
-
setPostLoad
public void setPostLoad(JaxbPostLoad value)
Sets the value of the postLoad property.- Specified by:
setPostLoad
in interfaceEntityOrMappedSuperclass
- Specified by:
setPostLoad
in interfaceLifecycleCallbackContainer
- Parameters:
value
- allowed object isJaxbPostLoad
-
getAttributeOverride
public List<JaxbAttributeOverride> getAttributeOverride()
Gets the value of the attributeOverride property.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 Jakarta XML Binding 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
JaxbAttributeOverride
- Returns:
- The value of the attributeOverride property.
-
getAssociationOverride
public List<JaxbAssociationOverride> getAssociationOverride()
Gets the value of the associationOverride property.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 Jakarta XML Binding 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
JaxbAssociationOverride
- Returns:
- The value of the associationOverride property.
-
getConvert
public List<JaxbConvert> getConvert()
Gets the value of the convert property.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 Jakarta XML Binding object. This is why there is not a
set
method for the convert property.For example, to add a new item, do as follows:
getConvert().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbConvert
- Returns:
- The value of the convert property.
-
getNamedEntityGraph
public List<JaxbNamedEntityGraph> getNamedEntityGraph()
Gets the value of the namedEntityGraph property.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 Jakarta XML Binding object. This is why there is not a
set
method for the namedEntityGraph property.For example, to add a new item, do as follows:
getNamedEntityGraph().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbNamedEntityGraph
- Returns:
- The value of the namedEntityGraph property.
-
getExtends
public String getExtends()
Gets the value of the extends property.- Returns:
- possible object is
String
-
setExtends
public void setExtends(String value)
Sets the value of the extends property.- Parameters:
value
- allowed object isString
-
getFilter
public List<JaxbHbmFilter> getFilter()
Gets the value of the filter property.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 Jakarta XML Binding object. This is why there is not a
set
method for the filter property.For example, to add a new item, do as follows:
getFilter().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmFilter
- Returns:
- The value of the filter property.
-
getFetchProfile
public List<JaxbFetchProfile> getFetchProfile()
Gets the value of the fetchProfile property.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 Jakarta XML Binding object. This is why there is not a
set
method for the fetchProfile property.For example, to add a new item, do as follows:
getFetchProfile().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbFetchProfile
- Returns:
- The value of the fetchProfile property.
-
getTenantId
public JaxbTenantId getTenantId()
Gets the value of the tenantId property.- Returns:
- possible object is
JaxbTenantId
-
setTenantId
public void setTenantId(JaxbTenantId value)
Sets the value of the tenantId property.- Parameters:
value
- allowed object isJaxbTenantId
-
getAttributes
public JaxbAttributes getAttributes()
Gets the value of the attributes property.- Specified by:
getAttributes
in interfaceEntityOrMappedSuperclass
- Specified by:
getAttributes
in interfaceManagedType
- Returns:
- possible object is
JaxbAttributes
-
setAttributes
public void setAttributes(JaxbAttributes value)
Sets the value of the attributes property.- Specified by:
setAttributes
in interfaceEntityOrMappedSuperclass
- Parameters:
value
- allowed object isJaxbAttributes
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Specified by:
getClazz
in interfaceManagedType
- Returns:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- Specified by:
setClazz
in interfaceManagedType
- Parameters:
value
- allowed object isString
-
getAccess
public AccessType getAccess()
Gets the value of the access property.- Specified by:
getAccess
in interfaceManagedType
- Returns:
- possible object is
String
-
setAccess
public void setAccess(AccessType value)
Sets the value of the access property.- Specified by:
setAccess
in interfaceManagedType
- Parameters:
value
- allowed object isString
-
getAttributeAccessor
public String getAttributeAccessor()
Gets the value of the attributeAccessor property.- Returns:
- possible object is
String
-
setAttributeAccessor
public void setAttributeAccessor(String value)
Sets the value of the attributeAccessor property.- Parameters:
value
- allowed object isString
-
isCacheable
public Boolean isCacheable()
Gets the value of the cacheable property.- Returns:
- possible object is
Boolean
-
setCacheable
public void setCacheable(Boolean value)
Sets the value of the cacheable property.- Parameters:
value
- allowed object isBoolean
-
isMetadataComplete
public Boolean isMetadataComplete()
Gets the value of the metadataComplete property.- Specified by:
isMetadataComplete
in interfaceManagedType
- Returns:
- possible object is
Boolean
-
setMetadataComplete
public void setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property.- Specified by:
setMetadataComplete
in interfaceManagedType
- Parameters:
value
- allowed object isBoolean
-
-