Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Class and Description |
---|---|
class |
PluralAttributeMapKeyManyToAnySourceImpl |
class |
PluralAttributeMapKeyManyToManySourceImpl |
class |
PluralAttributeMapKeySourceBasicImpl |
class |
PluralAttributeMapKeySourceEmbeddedImpl |
class |
PluralAttributeSequentialIndexSourceImpl |
Modifier and Type | Method and Description |
---|---|
PluralAttributeIndexSource |
IndexedPluralAttributeSource.getIndexSource() |
PluralAttributeIndexSource |
PluralAttributeSourceArrayImpl.getIndexSource() |
PluralAttributeIndexSource |
PluralAttributeSourceListImpl.getIndexSource() |
PluralAttributeIndexSource |
PluralAttributeSourceMapImpl.getIndexSource() |
PluralAttributeIndexSource |
PluralAttributeSourcePrimitiveArrayImpl.getIndexSource() |
Modifier and Type | Interface and Description |
---|---|
interface |
PluralAttributeMapKeyManyToAnySource |
interface |
PluralAttributeMapKeyManyToManySource
Additional source information for
<map-key-many-to-many/> and
<index-many-to-many/> . |
interface |
PluralAttributeMapKeySource
Describes source information about the key of a persistent map.
|
interface |
PluralAttributeMapKeySourceBasic |
interface |
PluralAttributeMapKeySourceEmbedded |
interface |
PluralAttributeSequentialIndexSource
Defines the index of a persistent list/array
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.