Uses of Interface
org.hibernate.boot.model.source.spi.AttributeSource
-
Packages that use AttributeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of AttributeSource in org.hibernate.boot.model.source.internal.hbm
Subinterfaces of AttributeSource in org.hibernate.boot.model.source.internal.hbm with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interfaceorg.hibernate.boot.model.source.internal.hbm.IndexedPluralAttributeSource -
Uses of AttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of AttributeSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfacePluralAttributeSourceinterfacePluralAttributeSourceArrayinterfaceSingularAttributeSourceSource-agnostic description of information needed to bind a singular attribute.interfaceSingularAttributeSourceAnyDescribes an<any/>mappinginterfaceSingularAttributeSourceBasicinterfaceSingularAttributeSourceEmbeddedRepresents the binding source for a singular attribute that is "embedded" or "composite".interfaceSingularAttributeSourceManyToOneinterfaceSingularAttributeSourceOneToOneinterfaceSingularAttributeSourceToOneFurther contract for sources of singular associations (one-to-oneandmany-to-one).interfaceVersionAttributeSourceMethods in org.hibernate.boot.model.source.spi that return AttributeSource Modifier and Type Method Description AttributeSourceAssociationSource. getAttributeSource()Methods in org.hibernate.boot.model.source.spi that return types with arguments of type AttributeSource Modifier and Type Method Description java.util.List<AttributeSource>AttributeSourceContainer. attributeSources()Obtain this container's attribute sources.
-