Package | Description |
---|---|
org.hibernate.boot.model.source.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeIdentifierSource
Common contract for composite identifiers.
|
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 |
PluralAttributeElementSourceEmbedded
Describes the source for the elements of persistent collections (plural
attributes) where the elements are composites/embeddables.
|
interface |
PluralAttributeMapKeySourceEmbedded |
interface |
SingularAttributeSourceEmbedded
Represents the binding source for a singular attribute that is "embedded"
or "composite".
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.