Uses of Interface
org.hibernate.boot.model.source.spi.FetchableAttributeSource
-
Packages that use FetchableAttributeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of FetchableAttributeSource in org.hibernate.boot.model.source.internal.hbm
Subinterfaces of FetchableAttributeSource in org.hibernate.boot.model.source.internal.hbm Modifier and Type Interface Description interface
IndexedPluralAttributeSource
Describes a plural attribute that is indexed.Classes in org.hibernate.boot.model.source.internal.hbm that implement FetchableAttributeSource Modifier and Type Class Description class
AbstractPluralAttributeSourceImpl
class
AbstractToOneAttributeSourceImpl
class
CompositeIdentifierSingularAttributeSourceManyToOneImpl
Descriptor for<key-many-to-one/>
mappingclass
PluralAttributeSourceArrayImpl
class
PluralAttributeSourceBagImpl
class
PluralAttributeSourceIdBagImpl
class
PluralAttributeSourceListImpl
class
PluralAttributeSourceMapImpl
class
PluralAttributeSourcePrimitiveArrayImpl
class
PluralAttributeSourceSetImpl
-
Uses of FetchableAttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of FetchableAttributeSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
PluralAttributeSource
interface
PluralAttributeSourceArray
interface
SingularAttributeSourceManyToOne
interface
SingularAttributeSourceOneToOne
interface
SingularAttributeSourceToOne
Further contract for sources of singular associations (one-to-one
andmany-to-one
).
-