Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
org.hibernate.boot.model.source.internal.hbm.IndexedPluralAttributeSource |
Modifier and Type | Interface and Description |
---|---|
interface |
PluralAttributeSource |
interface |
PluralAttributeSourceArray |
interface |
SingularAttributeSource
Source-agnostic description of information needed to bind a singular attribute.
|
interface |
SingularAttributeSourceAny
Describes an
<any/> mapping |
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 |
VersionAttributeSource |
Modifier and Type | Method and Description |
---|---|
AttributeSource |
AssociationSource.getAttributeSource() |
Modifier and Type | Method and Description |
---|---|
List<AttributeSource> |
AttributeSourceContainer.attributeSources()
Obtain this container's attribute sources.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.