Class JaxbHbmJoinedSubclassEntityType
- All Implemented Interfaces:
Serializable, Discriminatable, EntityInfo, ResultSetMappingContainer, SubEntityInfo, TableInformationContainer, ToolingHintContainer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Serializable> protected Stringprotected Stringprotected Stringprotected Stringprotected List<JaxbHbmFetchProfileType> protected List<JaxbHbmJoinedSubclassEntityType> protected JaxbHbmKeyTypeprotected JaxbHbmLoaderTypeprotected List<JaxbHbmNamedQueryType> protected List<JaxbHbmResultSetMappingType> protected Stringprotected JaxbHbmCustomSqlDmlTypeprotected JaxbHbmCustomSqlDmlTypeprotected List<JaxbHbmNamedNativeQueryType> protected JaxbHbmCustomSqlDmlTypeprotected Stringprotected List<JaxbHbmSynchronizeType> protected Stringprotected 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 catalog property.getCheck()Gets the value of the check property.Gets the value of the comment property.Gets the value of the discriminatorValue property.Gets the value of the fetchProfile property.Gets the value of the joinedSubclass property.getKey()Gets the value of the key 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 schema 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 subselect property.Gets the value of the synchronize property.getTable()Gets the value of the table property.Gets the value of the tuplizer property.voidsetCatalog(String value) Sets the value of the catalog property.voidSets the value of the check property.voidsetComment(String value) Sets the value of the comment property.voidsetDiscriminatorValue(String value) Sets the value of the discriminatorValue property.voidsetKey(JaxbHbmKeyType value) Sets the value of the key property.voidsetLoader(JaxbHbmLoaderType value) Sets the value of the loader property.voidSets the value of the schema property.voidSets the value of the sqlDelete property.voidSets the value of the sqlInsert property.voidSets the value of the sqlUpdate property.voidsetSubselect(String value) Sets the value of the subselect property.voidSets the value of the table 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
-
subselect
-
synchronize
-
comment
-
key
-
attributes
-
joinedSubclass
-
loader
-
sqlInsert
-
sqlUpdate
-
sqlDelete
-
fetchProfile
-
resultset
-
query
-
sqlQuery
-
schema
-
catalog
-
table
-
check
-
discriminatorValue
-
-
Constructor Details
-
JaxbHbmJoinedSubclassEntityType
public JaxbHbmJoinedSubclassEntityType()
-
-
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.
-
getSubselect
Gets the value of the subselect property.- Specified by:
getSubselectin interfaceTableInformationContainer- Returns:
- possible object is
String
-
setSubselect
-
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.
-
getComment
-
setComment
-
getKey
Gets the value of the key property.- Returns:
- possible object is
JaxbHbmKeyType
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isJaxbHbmKeyType
-
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.
-
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
setmethod 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.
-
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.
-
getSchema
Gets the value of the schema property.- Specified by:
getSchemain interfaceTableInformationContainer- Returns:
- possible object is
String
-
setSchema
-
getCatalog
Gets the value of the catalog property.- Specified by:
getCatalogin interfaceTableInformationContainer- Returns:
- possible object is
String
-
setCatalog
-
getTable
Gets the value of the table property.- Specified by:
getTablein interfaceTableInformationContainer- Returns:
- possible object is
String
-
setTable
-
getCheck
-
setCheck
-
getDiscriminatorValue
Gets the value of the discriminatorValue property.- Specified by:
getDiscriminatorValuein interfaceDiscriminatable- Returns:
- possible object is
String
-
setDiscriminatorValue
-