Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Class and Description |
---|---|
class |
CompositeIdentifierSingularAttributeSourceBasicImpl
Descriptor for
<key-property/> |
class |
CompositeIdentifierSingularAttributeSourceManyToOneImpl
Descriptor for
<key-many-to-one/> mapping |
class |
PluralAttributeElementSourceBasicImpl |
class |
PluralAttributeElementSourceManyToManyImpl |
class |
PluralAttributeKeySourceImpl |
class |
PluralAttributeMapKeyManyToManySourceImpl |
class |
PluralAttributeMapKeySourceBasicImpl |
class |
PluralAttributeSequentialIndexSourceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
PluralAttributeElementSourceBasic
Describes the source for the elements of persistent collections (plural
attributes) where the elements are basic types
|
interface |
PluralAttributeElementSourceManyToMany
Describes the source for the elements of persistent collections (plural
attributes) where the elements are many-to-many association
|
interface |
PluralAttributeKeySource
Describes the source mapping of plural-attribute (collection) foreign-key information.
|
interface |
PluralAttributeMapKeyManyToManySource
Additional source information for
<map-key-many-to-many/> and
<index-many-to-many/> . |
interface |
PluralAttributeMapKeySourceBasic |
interface |
PluralAttributeSequentialIndexSource
Defines the index of a persistent list/array
|
interface |
SingularAttributeSourceBasic |
interface |
SingularAttributeSourceManyToOne |
interface |
VersionAttributeSource |
Copyright © 2021 JBoss by Red Hat. All rights reserved.