Class JaxbHbmRootEntityType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- All Implemented Interfaces:
Serializable
,Discriminatable
,EntityInfo
,ResultSetMappingContainer
,SecondaryTableContainer
,TableInformationContainer
,ToolingHintContainer
public class JaxbHbmRootEntityType extends JaxbHbmEntityBaseDefinition implements Serializable, Discriminatable, EntityInfo, SecondaryTableContainer, TableInformationContainer, ToolingHintContainer
Root entity mapping. Poorly named as entities do not have to be represented by classes at all. Mapped entities may be represented via different methodologies (POJO, Map, Dom4j).Java class for RootEntityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RootEntityType"> <complexContent> <extension base="{http://www.hibernate.org/xsd/orm/hbm}EntityBaseDefinition"> <sequence> <element name="tuplizer" type="{http://www.hibernate.org/xsd/orm/hbm}tuplizer-type" maxOccurs="unbounded" minOccurs="0"/> <element name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cache" type="{http://www.hibernate.org/xsd/orm/hbm}CacheType" minOccurs="0"/> <element name="natural-id-cache" type="{http://www.hibernate.org/xsd/orm/hbm}NaturalIdCacheType" minOccurs="0"/> <element name="synchronize" type="{http://www.hibernate.org/xsd/orm/hbm}synchronize-type" maxOccurs="unbounded" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <choice> <element name="id" type="{http://www.hibernate.org/xsd/orm/hbm}SimpleIdType"/> <element name="composite-id" type="{http://www.hibernate.org/xsd/orm/hbm}CompositeIdType"/> </choice> <element name="discriminator" type="{http://www.hibernate.org/xsd/orm/hbm}EntityDiscriminatorType" minOccurs="0"/> <element name="natural-id" type="{http://www.hibernate.org/xsd/orm/hbm}natural-id-type" minOccurs="0"/> <choice minOccurs="0"> <element name="version" type="{http://www.hibernate.org/xsd/orm/hbm}VersionAttributeType"/> <element name="timestamp" type="{http://www.hibernate.org/xsd/orm/hbm}TimestampAttributeType"/> </choice> <element name="multi-tenancy" type="{http://www.hibernate.org/xsd/orm/hbm}multi-tenancy-type" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element name="idbag" type="{http://www.hibernate.org/xsd/orm/hbm}IdBagCollectionType"/> <group ref="{http://www.hibernate.org/xsd/orm/hbm}SingularAttributeGroup"/> </choice> <choice> <sequence> <element name="join" type="{http://www.hibernate.org/xsd/orm/hbm}SecondaryTableType" maxOccurs="unbounded" minOccurs="0"/> <element name="subclass" type="{http://www.hibernate.org/xsd/orm/hbm}DiscriminatorSubclassEntityType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <element name="joined-subclass" type="{http://www.hibernate.org/xsd/orm/hbm}JoinedSubclassEntityType" maxOccurs="unbounded" minOccurs="0"/> <element name="union-subclass" type="{http://www.hibernate.org/xsd/orm/hbm}UnionSubclassEntityType" maxOccurs="unbounded" minOccurs="0"/> </choice> <element name="loader" type="{http://www.hibernate.org/xsd/orm/hbm}loader-type" minOccurs="0"/> <group ref="{http://www.hibernate.org/xsd/orm/hbm}CustomSqlDmlGroup"/> <element name="filter" type="{http://www.hibernate.org/xsd/orm/hbm}filter-type" maxOccurs="unbounded" minOccurs="0"/> <element name="fetch-profile" type="{http://www.hibernate.org/xsd/orm/hbm}FetchProfileType" maxOccurs="unbounded" minOccurs="0"/> <element name="resultset" type="{http://www.hibernate.org/xsd/orm/hbm}ResultSetMappingType" maxOccurs="unbounded" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.hibernate.org/xsd/orm/hbm}NamedQueryGroup"/> </choice> </sequence> <attribute name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="check" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="discriminator-value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="mutable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="optimistic-lock" type="{http://www.hibernate.org/xsd/orm/hbm}OptimisticLockStyleEnum" default="version" /> <attribute name="polymorphism" type="{http://www.hibernate.org/xsd/orm/hbm}PolymorphismEnum" default="implicit" /> <attribute name="rowid" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="where" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
_abstract, batchSize, dynamicInsert, dynamicUpdate, entityName, lazy, name, node, persister, proxy, selectBeforeUpdate
-
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
Constructor Summary
Constructors Constructor Description JaxbHbmRootEntityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Serializable>
getAttributes()
Gets the value of the attributes property.JaxbHbmCacheType
getCache()
Gets the value of the cache property.String
getCatalog()
Gets the value of the catalog property.String
getCheck()
Gets the value of the check property.String
getComment()
Gets the value of the comment property.JaxbHbmCompositeIdType
getCompositeId()
Gets the value of the compositeId property.JaxbHbmEntityDiscriminatorType
getDiscriminator()
Gets the value of the discriminator property.String
getDiscriminatorValue()
Gets the value of the discriminatorValue property.List<JaxbHbmFetchProfileType>
getFetchProfile()
Gets the value of the fetchProfile property.List<JaxbHbmFilterType>
getFilter()
Gets the value of the filter property.JaxbHbmSimpleIdType
getId()
Gets the value of the id property.List<JaxbHbmSecondaryTableType>
getJoin()
Gets the value of the join property.List<JaxbHbmJoinedSubclassEntityType>
getJoinedSubclass()
Gets the value of the joinedSubclass property.JaxbHbmLoaderType
getLoader()
Gets the value of the loader property.JaxbHbmMultiTenancyType
getMultiTenancy()
Gets the value of the multiTenancy property.JaxbHbmNaturalIdType
getNaturalId()
Gets the value of the naturalId property.JaxbHbmNaturalIdCacheType
getNaturalIdCache()
Gets the value of the naturalIdCache property.OptimisticLockStyle
getOptimisticLock()
Gets the value of the optimisticLock property.JaxbHbmPolymorphismEnum
getPolymorphism()
Gets the value of the polymorphism property.List<JaxbHbmNamedQueryType>
getQuery()
Gets the value of the query property.List<JaxbHbmResultSetMappingType>
getResultset()
Gets the value of the resultset property.String
getRowid()
Gets the value of the rowid property.String
getSchema()
Gets the value of the schema property.JaxbHbmCustomSqlDmlType
getSqlDelete()
Gets the value of the sqlDelete property.JaxbHbmCustomSqlDmlType
getSqlInsert()
Gets the value of the sqlInsert property.List<JaxbHbmNamedNativeQueryType>
getSqlQuery()
Gets the value of the sqlQuery property.JaxbHbmCustomSqlDmlType
getSqlUpdate()
Gets the value of the sqlUpdate property.List<JaxbHbmDiscriminatorSubclassEntityType>
getSubclass()
Gets the value of the subclass property.String
getSubselect()
Gets the value of the subselect property.String
getSubselectAttribute()
Gets the value of the subselectAttribute property.List<JaxbHbmSynchronizeType>
getSynchronize()
Gets the value of the synchronize property.String
getTable()
Gets the value of the table property.JaxbHbmTimestampAttributeType
getTimestamp()
Gets the value of the timestamp property.List<JaxbHbmTuplizerType>
getTuplizer()
Gets the value of the tuplizer property.List<JaxbHbmUnionSubclassEntityType>
getUnionSubclass()
Gets the value of the unionSubclass property.JaxbHbmVersionAttributeType
getVersion()
Gets the value of the version property.String
getWhere()
Gets the value of the where property.boolean
isMutable()
Gets the value of the mutable property.void
setCache(JaxbHbmCacheType value)
Sets the value of the cache property.void
setCatalog(String value)
Sets the value of the catalog property.void
setCheck(String value)
Sets the value of the check property.void
setComment(String value)
Sets the value of the comment property.void
setCompositeId(JaxbHbmCompositeIdType value)
Sets the value of the compositeId property.void
setDiscriminator(JaxbHbmEntityDiscriminatorType value)
Sets the value of the discriminator property.void
setDiscriminatorValue(String value)
Sets the value of the discriminatorValue property.void
setId(JaxbHbmSimpleIdType value)
Sets the value of the id property.void
setLoader(JaxbHbmLoaderType value)
Sets the value of the loader property.void
setMultiTenancy(JaxbHbmMultiTenancyType value)
Sets the value of the multiTenancy property.void
setMutable(Boolean value)
Sets the value of the mutable property.void
setNaturalId(JaxbHbmNaturalIdType value)
Sets the value of the naturalId property.void
setNaturalIdCache(JaxbHbmNaturalIdCacheType value)
Sets the value of the naturalIdCache property.void
setOptimisticLock(OptimisticLockStyle value)
Sets the value of the optimisticLock property.void
setPolymorphism(JaxbHbmPolymorphismEnum value)
Sets the value of the polymorphism property.void
setRowid(String value)
Sets the value of the rowid property.void
setSchema(String value)
Sets the value of the schema property.void
setSqlDelete(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDelete property.void
setSqlInsert(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlInsert property.void
setSqlUpdate(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlUpdate property.void
setSubselect(String value)
Sets the value of the subselect property.void
setSubselectAttribute(String value)
Sets the value of the subselectAttribute property.void
setTable(String value)
Sets the value of the table property.void
setTimestamp(JaxbHbmTimestampAttributeType value)
Sets the value of the timestamp property.void
setVersion(JaxbHbmVersionAttributeType value)
Sets the value of the version property.void
setWhere(String value)
Sets the value of the where property.-
Methods inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
getBatchSize, getEntityName, getName, getNode, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate, setAbstract, setBatchSize, setDynamicInsert, setDynamicUpdate, setEntityName, setLazy, setName, setNode, setPersister, setProxy, setSelectBeforeUpdate
-
Methods inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHints
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
getBatchSize, getEntityName, getName, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate
-
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
Field Detail
-
tuplizer
protected List<JaxbHbmTuplizerType> tuplizer
-
subselect
protected String subselect
-
cache
protected JaxbHbmCacheType cache
-
naturalIdCache
protected JaxbHbmNaturalIdCacheType naturalIdCache
-
synchronize
protected List<JaxbHbmSynchronizeType> synchronize
-
comment
protected String comment
-
id
protected JaxbHbmSimpleIdType id
-
compositeId
protected JaxbHbmCompositeIdType compositeId
-
discriminator
protected JaxbHbmEntityDiscriminatorType discriminator
-
naturalId
protected JaxbHbmNaturalIdType naturalId
-
version
protected JaxbHbmVersionAttributeType version
-
timestamp
protected JaxbHbmTimestampAttributeType timestamp
-
multiTenancy
protected JaxbHbmMultiTenancyType multiTenancy
-
attributes
protected List<Serializable> attributes
-
join
protected List<JaxbHbmSecondaryTableType> join
-
subclass
protected List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
joinedSubclass
protected List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
unionSubclass
protected List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
loader
protected JaxbHbmLoaderType loader
-
sqlInsert
protected JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
protected JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
protected JaxbHbmCustomSqlDmlType sqlDelete
-
filter
protected List<JaxbHbmFilterType> filter
-
fetchProfile
protected List<JaxbHbmFetchProfileType> fetchProfile
-
resultset
protected List<JaxbHbmResultSetMappingType> resultset
-
query
protected List<JaxbHbmNamedQueryType> query
-
sqlQuery
protected List<JaxbHbmNamedNativeQueryType> sqlQuery
-
catalog
protected String catalog
-
check
protected String check
-
discriminatorValue
protected String discriminatorValue
-
mutable
protected Boolean mutable
-
optimisticLock
protected OptimisticLockStyle optimisticLock
-
polymorphism
protected JaxbHbmPolymorphismEnum polymorphism
-
rowid
protected String rowid
-
schema
protected String schema
-
subselectAttribute
protected String subselectAttribute
-
table
protected String table
-
where
protected String where
-
-
Method Detail
-
getTuplizer
public List<JaxbHbmTuplizerType> getTuplizer()
Gets the value of the tuplizer 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 tuplizer property.For example, to add a new item, do as follows:
getTuplizer().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmTuplizerType
- Specified by:
getTuplizer
in interfaceEntityInfo
- Returns:
- The value of the tuplizer property.
-
getSubselect
public String getSubselect()
Gets the value of the subselect property.- Specified by:
getSubselect
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setSubselect
public void setSubselect(String value)
Sets the value of the subselect property.- Parameters:
value
- allowed object isString
-
getCache
public JaxbHbmCacheType getCache()
Gets the value of the cache property.- Returns:
- possible object is
JaxbHbmCacheType
-
setCache
public void setCache(JaxbHbmCacheType value)
Sets the value of the cache property.- Parameters:
value
- allowed object isJaxbHbmCacheType
-
getNaturalIdCache
public JaxbHbmNaturalIdCacheType getNaturalIdCache()
Gets the value of the naturalIdCache property.- Returns:
- possible object is
JaxbHbmNaturalIdCacheType
-
setNaturalIdCache
public void setNaturalIdCache(JaxbHbmNaturalIdCacheType value)
Sets the value of the naturalIdCache property.- Parameters:
value
- allowed object isJaxbHbmNaturalIdCacheType
-
getSynchronize
public List<JaxbHbmSynchronizeType> 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
JaxbHbmSynchronizeType
- Specified by:
getSynchronize
in interfaceEntityInfo
- Returns:
- The value of the synchronize property.
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
getId
public JaxbHbmSimpleIdType getId()
Gets the value of the id property.- Returns:
- possible object is
JaxbHbmSimpleIdType
-
setId
public void setId(JaxbHbmSimpleIdType value)
Sets the value of the id property.- Parameters:
value
- allowed object isJaxbHbmSimpleIdType
-
getCompositeId
public JaxbHbmCompositeIdType getCompositeId()
Gets the value of the compositeId property.- Returns:
- possible object is
JaxbHbmCompositeIdType
-
setCompositeId
public void setCompositeId(JaxbHbmCompositeIdType value)
Sets the value of the compositeId property.- Parameters:
value
- allowed object isJaxbHbmCompositeIdType
-
getDiscriminator
public JaxbHbmEntityDiscriminatorType getDiscriminator()
Gets the value of the discriminator property.- Returns:
- possible object is
JaxbHbmEntityDiscriminatorType
-
setDiscriminator
public void setDiscriminator(JaxbHbmEntityDiscriminatorType value)
Sets the value of the discriminator property.- Parameters:
value
- allowed object isJaxbHbmEntityDiscriminatorType
-
getNaturalId
public JaxbHbmNaturalIdType getNaturalId()
Gets the value of the naturalId property.- Returns:
- possible object is
JaxbHbmNaturalIdType
-
setNaturalId
public void setNaturalId(JaxbHbmNaturalIdType value)
Sets the value of the naturalId property.- Parameters:
value
- allowed object isJaxbHbmNaturalIdType
-
getVersion
public JaxbHbmVersionAttributeType getVersion()
Gets the value of the version property.- Returns:
- possible object is
JaxbHbmVersionAttributeType
-
setVersion
public void setVersion(JaxbHbmVersionAttributeType value)
Sets the value of the version property.- Parameters:
value
- allowed object isJaxbHbmVersionAttributeType
-
getTimestamp
public JaxbHbmTimestampAttributeType getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
JaxbHbmTimestampAttributeType
-
setTimestamp
public void setTimestamp(JaxbHbmTimestampAttributeType value)
Sets the value of the timestamp property.- Parameters:
value
- allowed object isJaxbHbmTimestampAttributeType
-
getMultiTenancy
public JaxbHbmMultiTenancyType getMultiTenancy()
Gets the value of the multiTenancy property.- Returns:
- possible object is
JaxbHbmMultiTenancyType
-
setMultiTenancy
public void setMultiTenancy(JaxbHbmMultiTenancyType value)
Sets the value of the multiTenancy property.- Parameters:
value
- allowed object isJaxbHbmMultiTenancyType
-
getAttributes
public List<Serializable> getAttributes()
Gets the value of the attributes 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 attributes property.For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmAnyAssociationType
JaxbHbmArrayType
JaxbHbmBagCollectionType
JaxbHbmBasicAttributeType
JaxbHbmCompositeAttributeType
JaxbHbmDynamicComponentType
JaxbHbmIdBagCollectionType
JaxbHbmListType
JaxbHbmManyToOneType
JaxbHbmMapType
JaxbHbmOneToOneType
JaxbHbmPrimitiveArrayType
JaxbHbmPropertiesType
JaxbHbmSetType
- Specified by:
getAttributes
in interfaceEntityInfo
- Returns:
- The value of the attributes property.
-
getJoin
public List<JaxbHbmSecondaryTableType> getJoin()
Gets the value of the join 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 join property.For example, to add a new item, do as follows:
getJoin().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmSecondaryTableType
- Specified by:
getJoin
in interfaceSecondaryTableContainer
- Returns:
- The value of the join property.
-
getSubclass
public List<JaxbHbmDiscriminatorSubclassEntityType> getSubclass()
Gets the value of the subclass 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 subclass property.For example, to add a new item, do as follows:
getSubclass().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmDiscriminatorSubclassEntityType
- Returns:
- The value of the subclass property.
-
getJoinedSubclass
public List<JaxbHbmJoinedSubclassEntityType> getJoinedSubclass()
Gets the value of the joinedSubclass 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 joinedSubclass property.For example, to add a new item, do as follows:
getJoinedSubclass().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmJoinedSubclassEntityType
- Returns:
- The value of the joinedSubclass property.
-
getUnionSubclass
public List<JaxbHbmUnionSubclassEntityType> getUnionSubclass()
Gets the value of the unionSubclass 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 unionSubclass property.For example, to add a new item, do as follows:
getUnionSubclass().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmUnionSubclassEntityType
- Returns:
- The value of the unionSubclass property.
-
getLoader
public JaxbHbmLoaderType getLoader()
Gets the value of the loader property.- Specified by:
getLoader
in interfaceEntityInfo
- Returns:
- possible object is
JaxbHbmLoaderType
-
setLoader
public void setLoader(JaxbHbmLoaderType value)
Sets the value of the loader property.- Parameters:
value
- allowed object isJaxbHbmLoaderType
-
getSqlInsert
public JaxbHbmCustomSqlDmlType getSqlInsert()
Gets the value of the sqlInsert property.- Specified by:
getSqlInsert
in interfaceEntityInfo
- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlInsert
public void setSqlInsert(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlInsert property.- Parameters:
value
- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlUpdate
public JaxbHbmCustomSqlDmlType getSqlUpdate()
Gets the value of the sqlUpdate property.- Specified by:
getSqlUpdate
in interfaceEntityInfo
- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlUpdate
public void setSqlUpdate(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlUpdate property.- Parameters:
value
- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlDelete
public JaxbHbmCustomSqlDmlType getSqlDelete()
Gets the value of the sqlDelete property.- Specified by:
getSqlDelete
in interfaceEntityInfo
- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlDelete
public void setSqlDelete(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDelete property.- Parameters:
value
- allowed object isJaxbHbmCustomSqlDmlType
-
getFilter
public List<JaxbHbmFilterType> 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
JaxbHbmFilterType
- Returns:
- The value of the filter property.
-
getFetchProfile
public List<JaxbHbmFetchProfileType> 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
JaxbHbmFetchProfileType
- Specified by:
getFetchProfile
in interfaceEntityInfo
- Returns:
- The value of the fetchProfile property.
-
getResultset
public List<JaxbHbmResultSetMappingType> getResultset()
Gets the value of the resultset 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 resultset property.For example, to add a new item, do as follows:
getResultset().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmResultSetMappingType
- Specified by:
getResultset
in interfaceEntityInfo
- Specified by:
getResultset
in interfaceResultSetMappingContainer
- Returns:
- The value of the resultset property.
-
getQuery
public List<JaxbHbmNamedQueryType> getQuery()
Gets the value of the query 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 query property.For example, to add a new item, do as follows:
getQuery().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmNamedQueryType
- Specified by:
getQuery
in interfaceEntityInfo
- Returns:
- The value of the query property.
-
getSqlQuery
public List<JaxbHbmNamedNativeQueryType> getSqlQuery()
Gets the value of the sqlQuery 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 sqlQuery property.For example, to add a new item, do as follows:
getSqlQuery().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmNamedNativeQueryType
- Specified by:
getSqlQuery
in interfaceEntityInfo
- Returns:
- The value of the sqlQuery property.
-
getCatalog
public String getCatalog()
Gets the value of the catalog property.- Specified by:
getCatalog
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setCatalog
public void setCatalog(String value)
Sets the value of the catalog property.- Parameters:
value
- allowed object isString
-
getCheck
public String getCheck()
Gets the value of the check property.- Returns:
- possible object is
String
-
setCheck
public void setCheck(String value)
Sets the value of the check property.- Parameters:
value
- allowed object isString
-
getDiscriminatorValue
public String getDiscriminatorValue()
Gets the value of the discriminatorValue property.- Specified by:
getDiscriminatorValue
in interfaceDiscriminatable
- Returns:
- possible object is
String
-
setDiscriminatorValue
public void setDiscriminatorValue(String value)
Sets the value of the discriminatorValue property.- Parameters:
value
- allowed object isString
-
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
-
getPolymorphism
public JaxbHbmPolymorphismEnum getPolymorphism()
Gets the value of the polymorphism property.- Returns:
- possible object is
JaxbHbmPolymorphismEnum
-
setPolymorphism
public void setPolymorphism(JaxbHbmPolymorphismEnum value)
Sets the value of the polymorphism property.- Parameters:
value
- allowed object isJaxbHbmPolymorphismEnum
-
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
-
getSchema
public String getSchema()
Gets the value of the schema property.- Specified by:
getSchema
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setSchema
public void setSchema(String value)
Sets the value of the schema property.- Parameters:
value
- allowed object isString
-
getSubselectAttribute
public String getSubselectAttribute()
Gets the value of the subselectAttribute property.- Specified by:
getSubselectAttribute
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setSubselectAttribute
public void setSubselectAttribute(String value)
Sets the value of the subselectAttribute property.- Parameters:
value
- allowed object isString
-
getTable
public String getTable()
Gets the value of the table property.- Specified by:
getTable
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setTable
public void setTable(String value)
Sets the value of the table property.- Parameters:
value
- allowed object isString
-
getWhere
public String getWhere()
Gets the value of the where property.- Returns:
- possible object is
String
-
-