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 AccessTypegetAccess()Gets the value of the access property.List<JaxbAssociationOverride>getAssociationOverride()Gets the value of the associationOverride property.StringgetAttributeAccessor()Gets the value of the attributeAccessor property.List<JaxbAttributeOverride>getAttributeOverride()Gets the value of the attributeOverride property.JaxbAttributesgetAttributes()Gets the value of the attributes property.IntegergetBatchSize()Gets the value of the batchSize property.JaxbCachinggetCaching()Gets the value of the caching property.StringgetClazz()Gets the value of the clazz property.List<JaxbConvert>getConvert()Gets the value of the convert property.StringgetDescription()Gets the value of the description property.JaxbDiscriminatorColumngetDiscriminatorColumn()Gets the value of the discriminatorColumn property.StringgetDiscriminatorFormula()Gets the value of the discriminatorFormula property.StringgetDiscriminatorValue()Gets the value of the discriminatorValue property.JaxbEntityListenersgetEntityListeners()Gets the value of the entityListeners property.JaxbEmptyTypegetExcludeDefaultListeners()Gets the value of the excludeDefaultListeners property.JaxbEmptyTypegetExcludeSuperclassListeners()Gets the value of the excludeSuperclassListeners property.StringgetExtends()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.JaxbIdClassgetIdClass()Gets the value of the idClass property.List<JaxbGenericIdGenerator>getIdentifierGenerator()Gets the value of the identifierGenerator property.JaxbInheritancegetInheritance()Gets the value of the inheritance property.JaxbCustomLoadergetLoader()Gets the value of the loader property.StringgetName()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.OptimisticLockStylegetOptimisticLock()Gets the value of the optimisticLock property.PolymorphismTypegetPolymorphism()Gets the value of the polymorphism property.JaxbPostLoadgetPostLoad()Gets the value of the postLoad property.JaxbPostPersistgetPostPersist()Gets the value of the postPersist property.JaxbPostRemovegetPostRemove()Gets the value of the postRemove property.JaxbPostUpdategetPostUpdate()Gets the value of the postUpdate property.JaxbPrePersistgetPrePersist()Gets the value of the prePersist property.JaxbPreRemovegetPreRemove()Gets the value of the preRemove property.JaxbPreUpdategetPreUpdate()Gets the value of the preUpdate property.JaxbForeignKeygetPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.List<JaxbPrimaryKeyJoinColumn>getPrimaryKeyJoinColumn()Gets the value of the primaryKeyJoinColumn property.StringgetProxy()Gets the value of the proxy property.StringgetRowid()Gets the value of the rowid property.List<JaxbSecondaryTable>getSecondaryTable()Gets the value of the secondaryTable property.JaxbSequenceGeneratorgetSequenceGenerator()Gets the value of the sequenceGenerator property.JaxbCustomSqlgetSqlDelete()Gets the value of the sqlDelete property.JaxbCustomSqlgetSqlInsert()Gets the value of the sqlInsert property.List<JaxbSqlResultSetMapping>getSqlResultSetMapping()Gets the value of the sqlResultSetMapping property.JaxbCustomSqlgetSqlUpdate()Gets the value of the sqlUpdate property.List<JaxbSynchronizedTable>getSynchronize()Gets the value of the synchronize property.JaxbTablegetTable()Gets the value of the table property.StringgetTableExpression()Gets the value of the tableExpression property.JaxbTableGeneratorgetTableGenerator()Gets the value of the tableGenerator property.JaxbTenantIdgetTenantId()Gets the value of the tenantId property.StringgetWhere()Gets the value of the where property.BooleanisCacheable()Gets the value of the cacheable property.BooleanisDynamicInsert()Gets the value of the dynamicInsert property.BooleanisDynamicUpdate()Gets the value of the dynamicUpdate property.BooleanisLazy()Gets the value of the lazy property.BooleanisMetadataComplete()Gets the value of the metadataComplete property.BooleanisMutable()Gets the value of the mutable property.BooleanisSelectBeforeUpdate()Gets the value of the selectBeforeUpdate property.voidsetAccess(AccessType value)Sets the value of the access property.voidsetAttributeAccessor(String value)Sets the value of the attributeAccessor property.voidsetAttributes(JaxbAttributes value)Sets the value of the attributes property.voidsetBatchSize(Integer value)Sets the value of the batchSize property.voidsetCacheable(Boolean value)Sets the value of the cacheable property.voidsetCaching(JaxbCaching value)Sets the value of the caching property.voidsetClazz(String value)Sets the value of the clazz property.voidsetDescription(String value)Sets the value of the description property.voidsetDiscriminatorColumn(JaxbDiscriminatorColumn value)Sets the value of the discriminatorColumn property.voidsetDiscriminatorFormula(String value)Sets the value of the discriminatorFormula property.voidsetDiscriminatorValue(String value)Sets the value of the discriminatorValue property.voidsetDynamicInsert(Boolean value)Sets the value of the dynamicInsert property.voidsetDynamicUpdate(Boolean value)Sets the value of the dynamicUpdate property.voidsetEntityListeners(JaxbEntityListeners value)Sets the value of the entityListeners property.voidsetExcludeDefaultListeners(JaxbEmptyType value)Sets the value of the excludeDefaultListeners property.voidsetExcludeSuperclassListeners(JaxbEmptyType value)Sets the value of the excludeSuperclassListeners property.voidsetExtends(String value)Sets the value of the extends property.voidsetIdClass(JaxbIdClass value)Sets the value of the idClass property.voidsetInheritance(JaxbInheritance value)Sets the value of the inheritance property.voidsetLazy(Boolean value)Sets the value of the lazy property.voidsetLoader(JaxbCustomLoader value)Sets the value of the loader property.voidsetMetadataComplete(Boolean value)Sets the value of the metadataComplete property.voidsetMutable(Boolean value)Sets the value of the mutable property.voidsetName(String value)Sets the value of the name property.voidsetOptimisticLock(OptimisticLockStyle value)Sets the value of the optimisticLock property.voidsetPolymorphism(PolymorphismType value)Sets the value of the polymorphism property.voidsetPostLoad(JaxbPostLoad value)Sets the value of the postLoad property.voidsetPostPersist(JaxbPostPersist value)Sets the value of the postPersist property.voidsetPostRemove(JaxbPostRemove value)Sets the value of the postRemove property.voidsetPostUpdate(JaxbPostUpdate value)Sets the value of the postUpdate property.voidsetPrePersist(JaxbPrePersist value)Sets the value of the prePersist property.voidsetPreRemove(JaxbPreRemove value)Sets the value of the preRemove property.voidsetPreUpdate(JaxbPreUpdate value)Sets the value of the preUpdate property.voidsetPrimaryKeyForeignKey(JaxbForeignKey value)Sets the value of the primaryKeyForeignKey property.voidsetProxy(String value)Sets the value of the proxy property.voidsetRowid(String value)Sets the value of the rowid property.voidsetSelectBeforeUpdate(Boolean value)Sets the value of the selectBeforeUpdate property.voidsetSequenceGenerator(JaxbSequenceGenerator value)Sets the value of the sequenceGenerator property.voidsetSqlDelete(JaxbCustomSql value)Sets the value of the sqlDelete property.voidsetSqlInsert(JaxbCustomSql value)Sets the value of the sqlInsert property.voidsetSqlUpdate(JaxbCustomSql value)Sets the value of the sqlUpdate property.voidsetTable(JaxbTable value)Sets the value of the table property.voidsetTableExpression(String value)Sets the value of the tableExpression property.voidsetTableGenerator(JaxbTableGenerator value)Sets the value of the tableGenerator property.voidsetTenantId(JaxbTenantId value)Sets the value of the tenantId property.voidsetWhere(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:
getDescriptionin interfaceManagedType- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Specified by:
setDescriptionin 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
setmethod 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
setmethod 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
setmethod 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:
getIdClassin interfaceEntityOrMappedSuperclass- Returns:
- possible object is
JaxbIdClass
-
setIdClass
public void setIdClass(JaxbIdClass value)
Sets the value of the idClass property.- Specified by:
setIdClassin 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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:
getExcludeDefaultListenersin interfaceEntityOrMappedSuperclass- Returns:
- possible object is
JaxbEmptyType
-
setExcludeDefaultListeners
public void setExcludeDefaultListeners(JaxbEmptyType value)
Sets the value of the excludeDefaultListeners property.- Specified by:
setExcludeDefaultListenersin interfaceEntityOrMappedSuperclass- Parameters:
value- allowed object isJaxbEmptyType
-
getExcludeSuperclassListeners
public JaxbEmptyType getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property.- Specified by:
getExcludeSuperclassListenersin interfaceEntityOrMappedSuperclass- Returns:
- possible object is
JaxbEmptyType
-
setExcludeSuperclassListeners
public void setExcludeSuperclassListeners(JaxbEmptyType value)
Sets the value of the excludeSuperclassListeners property.- Specified by:
setExcludeSuperclassListenersin interfaceEntityOrMappedSuperclass- Parameters:
value- allowed object isJaxbEmptyType
-
getEntityListeners
public JaxbEntityListeners getEntityListeners()
Gets the value of the entityListeners property.- Specified by:
getEntityListenersin interfaceEntityOrMappedSuperclass- Returns:
- possible object is
JaxbEntityListeners
-
setEntityListeners
public void setEntityListeners(JaxbEntityListeners value)
Sets the value of the entityListeners property.- Specified by:
setEntityListenersin interfaceEntityOrMappedSuperclass- Parameters:
value- allowed object isJaxbEntityListeners
-
getPrePersist
public JaxbPrePersist getPrePersist()
Gets the value of the prePersist property.- Specified by:
getPrePersistin interfaceEntityOrMappedSuperclass- Specified by:
getPrePersistin interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPrePersist
-
setPrePersist
public void setPrePersist(JaxbPrePersist value)
Sets the value of the prePersist property.- Specified by:
setPrePersistin interfaceEntityOrMappedSuperclass- Specified by:
setPrePersistin interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPrePersist
-
getPostPersist
public JaxbPostPersist getPostPersist()
Gets the value of the postPersist property.- Specified by:
getPostPersistin interfaceEntityOrMappedSuperclass- Specified by:
getPostPersistin interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPostPersist
-
setPostPersist
public void setPostPersist(JaxbPostPersist value)
Sets the value of the postPersist property.- Specified by:
setPostPersistin interfaceEntityOrMappedSuperclass- Specified by:
setPostPersistin interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPostPersist
-
getPreRemove
public JaxbPreRemove getPreRemove()
Gets the value of the preRemove property.- Specified by:
getPreRemovein interfaceEntityOrMappedSuperclass- Specified by:
getPreRemovein interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPreRemove
-
setPreRemove
public void setPreRemove(JaxbPreRemove value)
Sets the value of the preRemove property.- Specified by:
setPreRemovein interfaceEntityOrMappedSuperclass- Specified by:
setPreRemovein interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPreRemove
-
getPostRemove
public JaxbPostRemove getPostRemove()
Gets the value of the postRemove property.- Specified by:
getPostRemovein interfaceEntityOrMappedSuperclass- Specified by:
getPostRemovein interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPostRemove
-
setPostRemove
public void setPostRemove(JaxbPostRemove value)
Sets the value of the postRemove property.- Specified by:
setPostRemovein interfaceEntityOrMappedSuperclass- Specified by:
setPostRemovein interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPostRemove
-
getPreUpdate
public JaxbPreUpdate getPreUpdate()
Gets the value of the preUpdate property.- Specified by:
getPreUpdatein interfaceEntityOrMappedSuperclass- Specified by:
getPreUpdatein interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPreUpdate
-
setPreUpdate
public void setPreUpdate(JaxbPreUpdate value)
Sets the value of the preUpdate property.- Specified by:
setPreUpdatein interfaceEntityOrMappedSuperclass- Specified by:
setPreUpdatein interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPreUpdate
-
getPostUpdate
public JaxbPostUpdate getPostUpdate()
Gets the value of the postUpdate property.- Specified by:
getPostUpdatein interfaceEntityOrMappedSuperclass- Specified by:
getPostUpdatein interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPostUpdate
-
setPostUpdate
public void setPostUpdate(JaxbPostUpdate value)
Sets the value of the postUpdate property.- Specified by:
setPostUpdatein interfaceEntityOrMappedSuperclass- Specified by:
setPostUpdatein interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPostUpdate
-
getPostLoad
public JaxbPostLoad getPostLoad()
Gets the value of the postLoad property.- Specified by:
getPostLoadin interfaceEntityOrMappedSuperclass- Specified by:
getPostLoadin interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPostLoad
-
setPostLoad
public void setPostLoad(JaxbPostLoad value)
Sets the value of the postLoad property.- Specified by:
setPostLoadin interfaceEntityOrMappedSuperclass- Specified by:
setPostLoadin 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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:
getAttributesin interfaceEntityOrMappedSuperclass- Specified by:
getAttributesin interfaceManagedType- Returns:
- possible object is
JaxbAttributes
-
setAttributes
public void setAttributes(JaxbAttributes value)
Sets the value of the attributes property.- Specified by:
setAttributesin 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:
getClazzin interfaceManagedType- Returns:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- Specified by:
setClazzin interfaceManagedType- Parameters:
value- allowed object isString
-
getAccess
public AccessType getAccess()
Gets the value of the access property.- Specified by:
getAccessin interfaceManagedType- Returns:
- possible object is
String
-
setAccess
public void setAccess(AccessType value)
Sets the value of the access property.- Specified by:
setAccessin 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:
isMetadataCompletein interfaceManagedType- Returns:
- possible object is
Boolean
-
setMetadataComplete
public void setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property.- Specified by:
setMetadataCompletein interfaceManagedType- Parameters:
value- allowed object isBoolean
-
-