Uses of Interface
org.hibernate.boot.model.source.spi.AnyMappingSource
-
Packages that use AnyMappingSource Package Description org.hibernate.boot.model.source.spi -
-
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
-