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 interfaceIndexedPluralAttributeSourceDescribes a plural attribute that is indexed.Classes in org.hibernate.boot.model.source.internal.hbm that implement FetchableAttributeSource Modifier and Type Class Description classAbstractPluralAttributeSourceImplclassAbstractToOneAttributeSourceImplclassCompositeIdentifierSingularAttributeSourceManyToOneImplDescriptor for<key-many-to-one/>mappingclassPluralAttributeSourceArrayImplclassPluralAttributeSourceBagImplclassPluralAttributeSourceIdBagImplclassPluralAttributeSourceListImplclassPluralAttributeSourceMapImplclassPluralAttributeSourcePrimitiveArrayImplclassPluralAttributeSourceSetImpl -
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 interfacePluralAttributeSourceinterfacePluralAttributeSourceArrayinterfaceSingularAttributeSourceManyToOneinterfaceSingularAttributeSourceOneToOneinterfaceSingularAttributeSourceToOneFurther contract for sources of singular associations (one-to-oneandmany-to-one).
-