Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Class and Description |
---|---|
class |
PluralAttributeElementSourceBasicImpl |
class |
PluralAttributeElementSourceEmbeddedImpl |
class |
PluralAttributeElementSourceManyToAnyImpl |
class |
PluralAttributeElementSourceManyToManyImpl |
class |
PluralAttributeElementSourceOneToManyImpl |
Modifier and Type | Method and Description |
---|---|
PluralAttributeElementSource |
AbstractPluralAttributeSourceImpl.getElementSource() |
Modifier and Type | Interface and Description |
---|---|
interface |
PluralAttributeElementSourceAssociation |
interface |
PluralAttributeElementSourceBasic
Describes the source for the elements of persistent collections (plural
attributes) where the elements are basic types
|
interface |
PluralAttributeElementSourceEmbedded
Describes the source for the elements of persistent collections (plural
attributes) where the elements are composites/embeddables.
|
interface |
PluralAttributeElementSourceManyToAny
Describes the source for the elements of persistent collections (plural
attributes) where the elements are defined by Hibernate's any mapping
|
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
|
Modifier and Type | Method and Description |
---|---|
PluralAttributeElementSource |
PluralAttributeSource.getElementSource() |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.