Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
PluralAttributeInfo
Commonality between the various forms of plural attribute (collection) mappings:
<bag/> , <set/> , etc. |
interface |
SingularAttributeInfo |
Modifier and Type | Class and Description |
---|---|
class |
JaxbHbmArrayType
Java class for ArrayType complex type.
|
class |
JaxbHbmBagCollectionType
Java class for BagCollectionType complex type.
|
class |
JaxbHbmBasicAttributeType
Java class for BasicAttributeType complex type.
|
class |
JaxbHbmCompositeKeyBasicAttributeType
A property embedded in a composite identifier or map index (always not-null).
|
class |
JaxbHbmCompositeKeyManyToOneType
A many-to-one association embedded in a composite identifier or map index
(always not-null, never cascade).
|
class |
JaxbHbmIdBagCollectionType
Java class for IdBagCollectionType complex type.
|
class |
JaxbHbmListType
Java class for ListType complex type.
|
class |
JaxbHbmManyToOneType
Java class for ManyToOneType complex type.
|
class |
JaxbHbmMapType
Java class for MapType complex type.
|
class |
JaxbHbmPrimitiveArrayType
Java class for PrimitiveArrayType complex type.
|
class |
JaxbHbmSetType
Java class for SetType complex type.
|
class |
JaxbHbmSimpleIdType
Declares the id type, column and generation algorithm for an entity class.
|
class |
JaxbHbmTimestampAttributeType
Optimistic locking attribute based on a (last-updated) timestamp.
|
class |
JaxbHbmVersionAttributeType
Optimistic locking attribute based on an incrementing value.
|
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 | Interface and Description |
---|---|
interface |
EmbeddedAttributeMapping
Unifying contract for any JAXB types which describe an embedded (in JPA terms).
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.