Uses of Interface
org.hibernate.boot.model.source.spi.AnyMappingSource
-
Packages that use AnyMappingSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of AnyMappingSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement AnyMappingSource Modifier and Type Class Description class
PluralAttributeElementSourceManyToAnyImpl
class
PluralAttributeMapKeyManyToAnySourceImpl
class
SingularAttributeSourceAnyImpl
-
Uses of AnyMappingSource in org.hibernate.boot.model.source.spi
Subinterfaces of AnyMappingSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
PluralAttributeElementSourceManyToAny
Describes the source for the elements of persistent collections (plural attributes) where the elements are defined by Hibernate's any mappinginterface
PluralAttributeMapKeyManyToAnySource
interface
SingularAttributeSourceAny
Describes an<any/>
mapping
-