Uses of Interface
org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Packages that use SingularAttributeSource Package Description org.hibernate.boot.model.source.spi -
-
Uses of SingularAttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of SingularAttributeSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description 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 SingularAttributeSource Modifier and Type Method Description SingularAttributeSourceIdentifierSourceSimple. getIdentifierAttributeSource()Obtain the source descriptor for the identifier attribute.Methods in org.hibernate.boot.model.source.spi that return types with arguments of type SingularAttributeSource Modifier and Type Method Description java.util.List<SingularAttributeSource>IdentifierSourceNonAggregatedComposite. getAttributeSourcesMakingUpIdentifier()Obtain the source descriptor for the identifier attribute.
-