Class JaxbHbmDiscriminatorSubclassEntityType
- All Implemented Interfaces:
Serializable, Discriminatable, EntityInfo, ResultSetMappingContainer, SecondaryTableContainer, SubEntityInfo, ToolingHintContainer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Serializable> protected Stringprotected List<JaxbHbmFetchProfileType> protected List<JaxbHbmSecondaryTableType> protected JaxbHbmLoaderTypeprotected List<JaxbHbmNamedQueryType> protected List<JaxbHbmResultSetMappingType> protected JaxbHbmCustomSqlDmlTypeprotected JaxbHbmCustomSqlDmlTypeprotected List<JaxbHbmNamedNativeQueryType> protected JaxbHbmCustomSqlDmlTypeprotected List<JaxbHbmDiscriminatorSubclassEntityType> protected List<JaxbHbmSynchronizeType> protected List<JaxbHbmTuplizerType> Fields inherited from class JaxbHbmSubclassEntityBaseDefinition
_extendsFields inherited from class JaxbHbmEntityBaseDefinition
_abstract, batchSize, dynamicInsert, dynamicUpdate, entityName, lazy, name, node, persister, proxy, selectBeforeUpdateFields inherited from class JaxbHbmToolingHintContainer
toolingHints -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.Gets the value of the discriminatorValue property.Gets the value of the fetchProfile property.getJoin()Gets the value of the join property.Gets the value of the loader property.getQuery()Gets the value of the query property.Gets the value of the resultset property.Gets the value of the sqlDelete property.Gets the value of the sqlInsert property.Gets the value of the sqlQuery property.Gets the value of the sqlUpdate property.Gets the value of the subclass property.Gets the value of the synchronize property.Gets the value of the tuplizer property.voidsetDiscriminatorValue(String value) Sets the value of the discriminatorValue property.voidsetLoader(JaxbHbmLoaderType value) Sets the value of the loader property.voidSets the value of the sqlDelete property.voidSets the value of the sqlInsert property.voidSets the value of the sqlUpdate property.Methods inherited from class JaxbHbmSubclassEntityBaseDefinition
getExtends, setExtendsMethods inherited from class JaxbHbmEntityBaseDefinition
getBatchSize, getEntityName, getName, getNode, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate, setAbstract, setBatchSize, setDynamicInsert, setDynamicUpdate, setEntityName, setLazy, setName, setNode, setPersister, setProxy, setSelectBeforeUpdateMethods inherited from class JaxbHbmToolingHintContainer
getToolingHintsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityInfo
getBatchSize, getEntityName, getName, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdateMethods inherited from interface SubEntityInfo
getExtendsMethods inherited from interface ToolingHintContainer
getToolingHints
-
Field Details
-
tuplizer
-
synchronize
-
attributes
-
join
-
subclass
-
loader
-
sqlInsert
-
sqlUpdate
-
sqlDelete
-
fetchProfile
-
resultset
-
query
-
sqlQuery
-
discriminatorValue
-
-
Constructor Details
-
JaxbHbmDiscriminatorSubclassEntityType
public JaxbHbmDiscriminatorSubclassEntityType()
-
-
Method Details
-
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
setmethod 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:
getTuplizerin interfaceEntityInfo- Returns:
- The value of the tuplizer property.
-
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
JaxbHbmSynchronizeType- Specified by:
getSynchronizein interfaceEntityInfo- Returns:
- The value of the synchronize property.
-
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
setmethod 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
JaxbHbmAnyAssociationTypeJaxbHbmArrayTypeJaxbHbmBagCollectionTypeJaxbHbmBasicAttributeTypeJaxbHbmCompositeAttributeTypeJaxbHbmDynamicComponentTypeJaxbHbmIdBagCollectionTypeJaxbHbmListTypeJaxbHbmManyToOneTypeJaxbHbmMapTypeJaxbHbmOneToOneTypeJaxbHbmPrimitiveArrayTypeJaxbHbmPropertiesTypeJaxbHbmSetType- Specified by:
getAttributesin interfaceEntityInfo- Returns:
- The value of the attributes property.
-
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
setmethod 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:
getJoinin interfaceSecondaryTableContainer- Returns:
- The value of the join property.
-
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
setmethod 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.
-
getLoader
Gets the value of the loader property.- Specified by:
getLoaderin interfaceEntityInfo- Returns:
- possible object is
JaxbHbmLoaderType
-
setLoader
Sets the value of the loader property.- Parameters:
value- allowed object isJaxbHbmLoaderType
-
getSqlInsert
Gets the value of the sqlInsert property.- Specified by:
getSqlInsertin interfaceEntityInfo- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlInsert
Sets the value of the sqlInsert property.- Parameters:
value- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlUpdate
Gets the value of the sqlUpdate property.- Specified by:
getSqlUpdatein interfaceEntityInfo- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlUpdate
Sets the value of the sqlUpdate property.- Parameters:
value- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlDelete
Gets the value of the sqlDelete property.- Specified by:
getSqlDeletein interfaceEntityInfo- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlDelete
Sets the value of the sqlDelete property.- Parameters:
value- allowed object isJaxbHbmCustomSqlDmlType
-
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
JaxbHbmFetchProfileType- Specified by:
getFetchProfilein interfaceEntityInfo- Returns:
- The value of the fetchProfile property.
-
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
setmethod 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:
getResultsetin interfaceEntityInfo- Specified by:
getResultsetin interfaceResultSetMappingContainer- Returns:
- The value of the resultset property.
-
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
setmethod 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:
getQueryin interfaceEntityInfo- Returns:
- The value of the query property.
-
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
setmethod 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:
getSqlQueryin interfaceEntityInfo- Returns:
- The value of the sqlQuery property.
-
getDiscriminatorValue
Gets the value of the discriminatorValue property.- Specified by:
getDiscriminatorValuein interfaceDiscriminatable- Returns:
- possible object is
String
-
setDiscriminatorValue
-