Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedPluralAttributeSource
Describes a plural attribute that is indexed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeSource
Contract for sources of persistent attribute descriptions.
|
interface |
AttributeSourceContainer
Contract for a container of
AttributeSource references. |
interface |
CompositeIdentifierSource
Common contract for composite identifiers.
|
interface |
EmbeddableSource
Represents the binding source for an "embeddable" (in JPA terms)
or "composite" (in legacy Hibernate terms).
|
interface |
EntitySource
Contract describing source of information related to mapping an entity.
|
interface |
IdentifiableTypeSource
Common contract between Entity and MappedSuperclass sources.
|
interface |
IdentifierSource
Contract describing source of identifier information for the entity.
|
interface |
IdentifierSourceAggregatedComposite
Additional contract describing the source of an identifier mapping whose
nature is
EntityIdentifierNature.AGGREGATED_COMPOSITE . |
interface |
IdentifierSourceNonAggregatedComposite
Additional contract describing the source of an identifier mapping whose
nature is
EntityIdentifierNature.NON_AGGREGATED_COMPOSITE . |
interface |
IdentifierSourceSimple
|
interface |
JoinedSubclassEntitySource |
interface |
PluralAttributeElementSourceEmbedded
Describes the source for the elements of persistent collections (plural
attributes) where the elements are composites/embeddables.
|
interface |
PluralAttributeSource |
interface |
PluralAttributeSourceArray |
interface |
SingularAttributeSource
Source-agnostic description of information needed to bind a singular attribute.
|
interface |
SingularAttributeSourceAny
Describes an
|
interface |
SingularAttributeSourceBasic |
interface |
SingularAttributeSourceEmbedded
Represents the binding source for a singular attribute that is "embedded"
or "composite".
|
interface |
SingularAttributeSourceManyToOne |
interface |
SingularAttributeSourceOneToOne |
interface |
SingularAttributeSourceToOne
Further contract for sources of singular associations (
one-to-one and many-to-one ). |
interface |
SubclassEntitySource |
interface |
VersionAttributeSource |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.