Package | Description |
---|---|
org.hibernate.boot.model.source.spi |
Modifier and Type | Interface and Description |
---|---|
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 |
---|---|
SingularAttributeSource |
IdentifierSourceSimple.getIdentifierAttributeSource()
Obtain the source descriptor for the identifier attribute.
|
Modifier and Type | Method and Description |
---|---|
List<SingularAttributeSource> |
IdentifierSourceNonAggregatedComposite.getAttributeSourcesMakingUpIdentifier()
Obtain the source descriptor for the identifier attribute.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.