Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPluralAssociationElementSourceImpl |
class |
AbstractToOneAttributeSourceImpl |
class |
CompositeIdentifierSingularAttributeSourceManyToOneImpl
Descriptor for
<key-many-to-one/> mapping |
class |
PluralAttributeElementSourceManyToManyImpl |
class |
PluralAttributeElementSourceOneToManyImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
PluralAttributeElementSourceAssociation |
interface |
PluralAttributeElementSourceManyToMany
Describes the source for the elements of persistent collections (plural
attributes) where the elements are many-to-many association
|
interface |
PluralAttributeElementSourceOneToMany
Describes the source for the elements of persistent collections (plural
attributes) where the elements are a one-to-many association
|
interface |
SingularAttributeSourceManyToOne |
interface |
SingularAttributeSourceOneToOne |
interface |
SingularAttributeSourceToOne
Further contract for sources of singular associations (
one-to-one and many-to-one ). |
Copyright © 2021 JBoss by Red Hat. All rights reserved.