Uses of Interface
org.hibernate.boot.model.source.spi.AttributeSource
Packages that use AttributeSource
Package
Description
-
Uses of AttributeSource in org.hibernate.boot.model.source.internal.hbm
Subinterfaces of AttributeSource in org.hibernate.boot.model.source.internal.hbmModifier and TypeInterfaceDescriptioninterfaceDescribes a plural attribute that is indexed.Classes in org.hibernate.boot.model.source.internal.hbm that implement AttributeSourceModifier and TypeClassDescriptionclassclassCommon base class for<component/>and<composite-id/>mappings.classclassDescriptor for<key-property/>classDescriptor for<key-many-to-one/>mappingclassclassclassclassclassclassclassclassMethods in org.hibernate.boot.model.source.internal.hbm that return AttributeSourceModifier and TypeMethodDescriptionAbstractPluralAssociationElementSourceImpl.getAttributeSource()AbstractToOneAttributeSourceImpl.getAttributeSource()Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type AttributeSourceModifier and TypeMethodDescriptionAbstractEntitySourceImpl.attributeSources()EmbeddableSourceImpl.attributeSources()EmbeddableSourceVirtualImpl.attributeSources()protected List<AttributeSource>AbstractEntitySourceImpl.buildAttributeSources()Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type AttributeSourceModifier and TypeMethodDescriptionvoidAttributesHelper.Callback.addAttributeSource(AttributeSource attributeSource) -
Uses of AttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of AttributeSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceSource-agnostic description of information needed to bind a singular attribute.interfaceDescribes an<any/>mappinginterfaceinterfaceRepresents the binding source for a singular attribute that is "embedded" or "composite".interfaceinterfaceinterfaceFurther contract for sources of singular associations (one-to-oneandmany-to-one).interfaceMethods in org.hibernate.boot.model.source.spi that return AttributeSourceMethods in org.hibernate.boot.model.source.spi that return types with arguments of type AttributeSourceModifier and TypeMethodDescriptionAttributeSourceContainer.attributeSources()Obtain this container's attribute sources.