All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType Maven / Gradle / Ivy

There is a newer version: 6.5.0.CR2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2019.10.08 at 09:56:04 AM BST 
//


package org.hibernate.boot.jaxb.hbm.spi;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.hibernate.engine.OptimisticLockStyle;


/**
 * 
 *                 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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "RootEntityType", propOrder = { "tuplizer", "subselect", "cache", "naturalIdCache", "synchronize", "comment", "id", "compositeId", "discriminator", "naturalId", "version", "timestamp", "multiTenancy", "attributes", "join", "subclass", "joinedSubclass", "unionSubclass", "loader", "sqlInsert", "sqlUpdate", "sqlDelete", "filter", "fetchProfile", "resultset", "query", "sqlQuery" }) public class JaxbHbmRootEntityType extends JaxbHbmEntityBaseDefinition implements Serializable, EntityInfo, SecondaryTableContainer, TableInformationContainer, ToolingHintContainer { protected List tuplizer; protected String subselect; protected JaxbHbmCacheType cache; @XmlElement(name = "natural-id-cache") protected JaxbHbmNaturalIdCacheType naturalIdCache; protected List synchronize; protected String comment; protected JaxbHbmSimpleIdType id; @XmlElement(name = "composite-id") protected JaxbHbmCompositeIdType compositeId; protected JaxbHbmEntityDiscriminatorType discriminator; @XmlElement(name = "natural-id") protected JaxbHbmNaturalIdType naturalId; protected JaxbHbmVersionAttributeType version; protected JaxbHbmTimestampAttributeType timestamp; @XmlElement(name = "multi-tenancy") protected JaxbHbmMultiTenancyType multiTenancy; @XmlElements({ @XmlElement(name = "idbag", type = JaxbHbmIdBagCollectionType.class), @XmlElement(name = "property", type = JaxbHbmBasicAttributeType.class), @XmlElement(name = "many-to-one", type = JaxbHbmManyToOneType.class), @XmlElement(name = "one-to-one", type = JaxbHbmOneToOneType.class), @XmlElement(name = "component", type = JaxbHbmCompositeAttributeType.class), @XmlElement(name = "dynamic-component", type = JaxbHbmDynamicComponentType.class), @XmlElement(name = "properties", type = JaxbHbmPropertiesType.class), @XmlElement(name = "any", type = JaxbHbmAnyAssociationType.class), @XmlElement(name = "map", type = JaxbHbmMapType.class), @XmlElement(name = "set", type = JaxbHbmSetType.class), @XmlElement(name = "list", type = JaxbHbmListType.class), @XmlElement(name = "bag", type = JaxbHbmBagCollectionType.class), @XmlElement(name = "array", type = JaxbHbmArrayType.class), @XmlElement(name = "primitive-array", type = JaxbHbmPrimitiveArrayType.class) }) protected List attributes; protected List join; protected List subclass; @XmlElement(name = "joined-subclass") protected List joinedSubclass; @XmlElement(name = "union-subclass") protected List unionSubclass; protected JaxbHbmLoaderType loader; @XmlElement(name = "sql-insert") protected JaxbHbmCustomSqlDmlType sqlInsert; @XmlElement(name = "sql-update") protected JaxbHbmCustomSqlDmlType sqlUpdate; @XmlElement(name = "sql-delete") protected JaxbHbmCustomSqlDmlType sqlDelete; protected List filter; @XmlElement(name = "fetch-profile") protected List fetchProfile; protected List resultset; protected List query; @XmlElement(name = "sql-query") protected List sqlQuery; @XmlAttribute(name = "catalog") protected String catalog; @XmlAttribute(name = "check") protected String check; @XmlAttribute(name = "discriminator-value") protected String discriminatorValue; @XmlAttribute(name = "mutable") protected Boolean mutable; @XmlAttribute(name = "optimistic-lock") @XmlJavaTypeAdapter(Adapter9 .class) protected OptimisticLockStyle optimisticLock; @XmlAttribute(name = "polymorphism") protected JaxbHbmPolymorphismEnum polymorphism; @XmlAttribute(name = "rowid") protected String rowid; @XmlAttribute(name = "schema") protected String schema; @XmlAttribute(name = "subselect") protected String subselectAttribute; @XmlAttribute(name = "table") protected String table; @XmlAttribute(name = "where") protected String where; /** * 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 JAXB 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 * {@link JaxbHbmTuplizerType } * * */ public List getTuplizer() { if (tuplizer == null) { tuplizer = new ArrayList(); } return this.tuplizer; } /** * Gets the value of the subselect property. * * @return * possible object is * {@link String } * */ public String getSubselect() { return subselect; } /** * Sets the value of the subselect property. * * @param value * allowed object is * {@link String } * */ public void setSubselect(String value) { this.subselect = value; } /** * Gets the value of the cache property. * * @return * possible object is * {@link JaxbHbmCacheType } * */ public JaxbHbmCacheType getCache() { return cache; } /** * Sets the value of the cache property. * * @param value * allowed object is * {@link JaxbHbmCacheType } * */ public void setCache(JaxbHbmCacheType value) { this.cache = value; } /** * Gets the value of the naturalIdCache property. * * @return * possible object is * {@link JaxbHbmNaturalIdCacheType } * */ public JaxbHbmNaturalIdCacheType getNaturalIdCache() { return naturalIdCache; } /** * Sets the value of the naturalIdCache property. * * @param value * allowed object is * {@link JaxbHbmNaturalIdCacheType } * */ public void setNaturalIdCache(JaxbHbmNaturalIdCacheType value) { this.naturalIdCache = value; } /** * 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 JAXB 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 * {@link JaxbHbmSynchronizeType } * * */ public List getSynchronize() { if (synchronize == null) { synchronize = new ArrayList(); } return this.synchronize; } /** * Gets the value of the comment property. * * @return * possible object is * {@link String } * */ public String getComment() { return comment; } /** * Sets the value of the comment property. * * @param value * allowed object is * {@link String } * */ public void setComment(String value) { this.comment = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link JaxbHbmSimpleIdType } * */ public JaxbHbmSimpleIdType getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link JaxbHbmSimpleIdType } * */ public void setId(JaxbHbmSimpleIdType value) { this.id = value; } /** * Gets the value of the compositeId property. * * @return * possible object is * {@link JaxbHbmCompositeIdType } * */ public JaxbHbmCompositeIdType getCompositeId() { return compositeId; } /** * Sets the value of the compositeId property. * * @param value * allowed object is * {@link JaxbHbmCompositeIdType } * */ public void setCompositeId(JaxbHbmCompositeIdType value) { this.compositeId = value; } /** * Gets the value of the discriminator property. * * @return * possible object is * {@link JaxbHbmEntityDiscriminatorType } * */ public JaxbHbmEntityDiscriminatorType getDiscriminator() { return discriminator; } /** * Sets the value of the discriminator property. * * @param value * allowed object is * {@link JaxbHbmEntityDiscriminatorType } * */ public void setDiscriminator(JaxbHbmEntityDiscriminatorType value) { this.discriminator = value; } /** * Gets the value of the naturalId property. * * @return * possible object is * {@link JaxbHbmNaturalIdType } * */ public JaxbHbmNaturalIdType getNaturalId() { return naturalId; } /** * Sets the value of the naturalId property. * * @param value * allowed object is * {@link JaxbHbmNaturalIdType } * */ public void setNaturalId(JaxbHbmNaturalIdType value) { this.naturalId = value; } /** * Gets the value of the version property. * * @return * possible object is * {@link JaxbHbmVersionAttributeType } * */ public JaxbHbmVersionAttributeType getVersion() { return version; } /** * Sets the value of the version property. * * @param value * allowed object is * {@link JaxbHbmVersionAttributeType } * */ public void setVersion(JaxbHbmVersionAttributeType value) { this.version = value; } /** * Gets the value of the timestamp property. * * @return * possible object is * {@link JaxbHbmTimestampAttributeType } * */ public JaxbHbmTimestampAttributeType getTimestamp() { return timestamp; } /** * Sets the value of the timestamp property. * * @param value * allowed object is * {@link JaxbHbmTimestampAttributeType } * */ public void setTimestamp(JaxbHbmTimestampAttributeType value) { this.timestamp = value; } /** * Gets the value of the multiTenancy property. * * @return * possible object is * {@link JaxbHbmMultiTenancyType } * */ public JaxbHbmMultiTenancyType getMultiTenancy() { return multiTenancy; } /** * Sets the value of the multiTenancy property. * * @param value * allowed object is * {@link JaxbHbmMultiTenancyType } * */ public void setMultiTenancy(JaxbHbmMultiTenancyType value) { this.multiTenancy = value; } /** * 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 JAXB 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 * {@link JaxbHbmIdBagCollectionType } * {@link JaxbHbmBasicAttributeType } * {@link JaxbHbmManyToOneType } * {@link JaxbHbmOneToOneType } * {@link JaxbHbmCompositeAttributeType } * {@link JaxbHbmDynamicComponentType } * {@link JaxbHbmPropertiesType } * {@link JaxbHbmAnyAssociationType } * {@link JaxbHbmMapType } * {@link JaxbHbmSetType } * {@link JaxbHbmListType } * {@link JaxbHbmBagCollectionType } * {@link JaxbHbmArrayType } * {@link JaxbHbmPrimitiveArrayType } * * */ public List getAttributes() { if (attributes == null) { attributes = new ArrayList(); } return this.attributes; } /** * 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 JAXB 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 * {@link JaxbHbmSecondaryTableType } * * */ public List getJoin() { if (join == null) { join = new ArrayList(); } return this.join; } /** * 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 JAXB 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 * {@link JaxbHbmDiscriminatorSubclassEntityType } * * */ public List getSubclass() { if (subclass == null) { subclass = new ArrayList(); } return this.subclass; } /** * 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 JAXB 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 * {@link JaxbHbmJoinedSubclassEntityType } * * */ public List getJoinedSubclass() { if (joinedSubclass == null) { joinedSubclass = new ArrayList(); } return this.joinedSubclass; } /** * 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 JAXB 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 * {@link JaxbHbmUnionSubclassEntityType } * * */ public List getUnionSubclass() { if (unionSubclass == null) { unionSubclass = new ArrayList(); } return this.unionSubclass; } /** * Gets the value of the loader property. * * @return * possible object is * {@link JaxbHbmLoaderType } * */ public JaxbHbmLoaderType getLoader() { return loader; } /** * Sets the value of the loader property. * * @param value * allowed object is * {@link JaxbHbmLoaderType } * */ public void setLoader(JaxbHbmLoaderType value) { this.loader = value; } /** * Gets the value of the sqlInsert property. * * @return * possible object is * {@link JaxbHbmCustomSqlDmlType } * */ public JaxbHbmCustomSqlDmlType getSqlInsert() { return sqlInsert; } /** * Sets the value of the sqlInsert property. * * @param value * allowed object is * {@link JaxbHbmCustomSqlDmlType } * */ public void setSqlInsert(JaxbHbmCustomSqlDmlType value) { this.sqlInsert = value; } /** * Gets the value of the sqlUpdate property. * * @return * possible object is * {@link JaxbHbmCustomSqlDmlType } * */ public JaxbHbmCustomSqlDmlType getSqlUpdate() { return sqlUpdate; } /** * Sets the value of the sqlUpdate property. * * @param value * allowed object is * {@link JaxbHbmCustomSqlDmlType } * */ public void setSqlUpdate(JaxbHbmCustomSqlDmlType value) { this.sqlUpdate = value; } /** * Gets the value of the sqlDelete property. * * @return * possible object is * {@link JaxbHbmCustomSqlDmlType } * */ public JaxbHbmCustomSqlDmlType getSqlDelete() { return sqlDelete; } /** * Sets the value of the sqlDelete property. * * @param value * allowed object is * {@link JaxbHbmCustomSqlDmlType } * */ public void setSqlDelete(JaxbHbmCustomSqlDmlType value) { this.sqlDelete = value; } /** * 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 JAXB 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 * {@link JaxbHbmFilterType } * * */ public List getFilter() { if (filter == null) { filter = new ArrayList(); } return this.filter; } /** * 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 JAXB 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 * {@link JaxbHbmFetchProfileType } * * */ public List getFetchProfile() { if (fetchProfile == null) { fetchProfile = new ArrayList(); } return this.fetchProfile; } /** * 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 JAXB 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 * {@link JaxbHbmResultSetMappingType } * * */ public List getResultset() { if (resultset == null) { resultset = new ArrayList(); } return this.resultset; } /** * 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 JAXB 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 * {@link JaxbHbmNamedQueryType } * * */ public List getQuery() { if (query == null) { query = new ArrayList(); } return this.query; } /** * 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 JAXB 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 * {@link JaxbHbmNamedNativeQueryType } * * */ public List getSqlQuery() { if (sqlQuery == null) { sqlQuery = new ArrayList(); } return this.sqlQuery; } /** * Gets the value of the catalog property. * * @return * possible object is * {@link String } * */ public String getCatalog() { return catalog; } /** * Sets the value of the catalog property. * * @param value * allowed object is * {@link String } * */ public void setCatalog(String value) { this.catalog = value; } /** * Gets the value of the check property. * * @return * possible object is * {@link String } * */ public String getCheck() { return check; } /** * Sets the value of the check property. * * @param value * allowed object is * {@link String } * */ public void setCheck(String value) { this.check = value; } /** * Gets the value of the discriminatorValue property. * * @return * possible object is * {@link String } * */ public String getDiscriminatorValue() { return discriminatorValue; } /** * Sets the value of the discriminatorValue property. * * @param value * allowed object is * {@link String } * */ public void setDiscriminatorValue(String value) { this.discriminatorValue = value; } /** * Gets the value of the mutable property. * * @return * possible object is * {@link Boolean } * */ public boolean isMutable() { if (mutable == null) { return true; } else { return mutable; } } /** * Sets the value of the mutable property. * * @param value * allowed object is * {@link Boolean } * */ public void setMutable(Boolean value) { this.mutable = value; } /** * Gets the value of the optimisticLock property. * * @return * possible object is * {@link String } * */ public OptimisticLockStyle getOptimisticLock() { if (optimisticLock == null) { return new Adapter9().unmarshal("version"); } else { return optimisticLock; } } /** * Sets the value of the optimisticLock property. * * @param value * allowed object is * {@link String } * */ public void setOptimisticLock(OptimisticLockStyle value) { this.optimisticLock = value; } /** * Gets the value of the polymorphism property. * * @return * possible object is * {@link JaxbHbmPolymorphismEnum } * */ public JaxbHbmPolymorphismEnum getPolymorphism() { if (polymorphism == null) { return JaxbHbmPolymorphismEnum.IMPLICIT; } else { return polymorphism; } } /** * Sets the value of the polymorphism property. * * @param value * allowed object is * {@link JaxbHbmPolymorphismEnum } * */ public void setPolymorphism(JaxbHbmPolymorphismEnum value) { this.polymorphism = value; } /** * Gets the value of the rowid property. * * @return * possible object is * {@link String } * */ public String getRowid() { return rowid; } /** * Sets the value of the rowid property. * * @param value * allowed object is * {@link String } * */ public void setRowid(String value) { this.rowid = value; } /** * Gets the value of the schema property. * * @return * possible object is * {@link String } * */ public String getSchema() { return schema; } /** * Sets the value of the schema property. * * @param value * allowed object is * {@link String } * */ public void setSchema(String value) { this.schema = value; } /** * Gets the value of the subselectAttribute property. * * @return * possible object is * {@link String } * */ public String getSubselectAttribute() { return subselectAttribute; } /** * Sets the value of the subselectAttribute property. * * @param value * allowed object is * {@link String } * */ public void setSubselectAttribute(String value) { this.subselectAttribute = value; } /** * Gets the value of the table property. * * @return * possible object is * {@link String } * */ public String getTable() { return table; } /** * Sets the value of the table property. * * @param value * allowed object is * {@link String } * */ public void setTable(String value) { this.table = value; } /** * Gets the value of the where property. * * @return * possible object is * {@link String } * */ public String getWhere() { return where; } /** * Sets the value of the where property. * * @param value * allowed object is * {@link String } * */ public void setWhere(String value) { this.where = value; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy