Uses of Interface
org.hibernate.type.AssociationType
Packages that use AssociationType
Package
Description
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of AssociationType in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type AssociationTypeModifier and TypeMethodDescriptionstatic FetchStyleFetchOptionsHelper.determineFetchStyleByMetadata(FetchMode mappingFetchMode, AssociationType type, SessionFactoryImplementor sessionFactory) static FetchTimingFetchOptionsHelper.determineFetchTiming(FetchStyle style, AssociationType type, boolean lazy, String role, SessionFactoryImplementor sessionFactory) static FetchTimingFetchOptionsHelper.determineFetchTiming(FetchStyle style, AssociationType type, SessionFactoryImplementor sessionFactory) -
Uses of AssociationType in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return AssociationTypeModifier and TypeMethodDescriptionEntityBasedAssociationAttribute.getType()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.tuple.entity with parameters of type AssociationTypeModifierConstructorDescriptionEntityBasedAssociationAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AssociationType in org.hibernate.type
Classes in org.hibernate.type that implement AssociationTypeModifier and TypeClassDescriptionclassHandles "any" mappingsclassA type for persistent arrays.classclassA type that handles HibernatePersistentCollections (including arrays).classA custom type for mapping user-written classes that implementPersistentCollectionclassBase for types which map associations to persistent entities.classclassclassA many-to-one association to an entity.classclassA one-to-one association to an entityclassA specialization of the map type, with (resultset-based) ordering.classA specialization of the set type, with (resultset-based) ordering.classclassclassclassA one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.