Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.internal.hbm |
Modifier and Type | Interface and Description |
---|---|
interface |
PluralAttributeInfo
Commonality between the various forms of plural attribute (collection) mappings:
<bag/> , <set/> , etc. |
Modifier and Type | Class and Description |
---|---|
class |
JaxbHbmArrayType
Java class for ArrayType complex type.
|
class |
JaxbHbmBagCollectionType
Java class for BagCollectionType complex type.
|
class |
JaxbHbmIdBagCollectionType
Java class for IdBagCollectionType complex type.
|
class |
JaxbHbmJoinedSubclassEntityType
Joined subclasses are used for the normalized table-per-subclass mapping strategy
See the note on the class element regarding
|
class |
JaxbHbmListType
Java class for ListType complex type.
|
class |
JaxbHbmMapType
Java class for MapType complex type.
|
class |
JaxbHbmPrimitiveArrayType
Java class for PrimitiveArrayType complex type.
|
class |
JaxbHbmRootEntityType
Root entity mapping.
|
class |
JaxbHbmSecondaryTableType
A join allows some properties of a class to be persisted to a second table
|
class |
JaxbHbmSetType
Java class for SetType complex type.
|
class |
JaxbHbmUnionSubclassEntityType
Union subclasses are used for the table-per-concrete-class mapping strategy
See the note on the class element regarding
|
class |
PluralAttributeInfoIdBagAdapter
Adaptive implementation of the
PluralAttributeInfo for <idbag/> mappings which
do not support all the configuration available on other collection mappings. |
class |
PluralAttributeInfoPrimitiveArrayAdapter |
Modifier and Type | Method and Description |
---|---|
static TableSpecificationSource |
Helper.createTableSource(MappingDocument mappingDocument,
TableInformationContainer entityElement,
Helper.InLineViewNameInferrer inLineViewNameInferrer) |
static TableSpecificationSource |
Helper.createTableSource(MappingDocument mappingDocument,
TableInformationContainer tableInformationContainer,
Helper.InLineViewNameInferrer inLineViewNameInferrer,
String rowId,
String comment,
String checkConstraint) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.