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 Modifier and Type Interface Description interfaceIndexedPluralAttributeSourceDescribes a plural attribute that is indexed.Classes in org.hibernate.boot.model.source.internal.hbm that implement AttributeSource Modifier and Type Class Description classAbstractPluralAttributeSourceImplclassAbstractSingularAttributeSourceEmbeddedImplCommon base class forand mappings. classAbstractToOneAttributeSourceImplclassCompositeIdentifierSingularAttributeSourceBasicImplDescriptor for<key-property/>classCompositeIdentifierSingularAttributeSourceManyToOneImplDescriptor for<key-many-to-one/>mappingclassPluralAttributeSourceArrayImplclassPluralAttributeSourceBagImplclassPluralAttributeSourceIdBagImplclassPluralAttributeSourceListImplclassPluralAttributeSourceMapImplclassPluralAttributeSourcePrimitiveArrayImplclassPluralAttributeSourceSetImplclassSingularAttributeSourceAnyImplMethods in org.hibernate.boot.model.source.internal.hbm that return AttributeSource Modifier and Type Method Description AttributeSourceAbstractPluralAssociationElementSourceImpl. getAttributeSource()AttributeSourceAbstractToOneAttributeSourceImpl. getAttributeSource()Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type AttributeSource Modifier and Type Method Description List<AttributeSource>AbstractEntitySourceImpl. attributeSources()List<AttributeSource>EmbeddableSourceImpl. attributeSources()List<AttributeSource>EmbeddableSourceVirtualImpl. attributeSources()protected List<AttributeSource>AbstractEntitySourceImpl. buildAttributeSources()Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type AttributeSource Modifier and Type Method Description voidAttributesHelper.Callback. addAttributeSource(AttributeSource attributeSource) -
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 List<AttributeSource>AttributeSourceContainer. attributeSources()Obtain this container's attribute sources.
-