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 FetchStyle
FetchOptionsHelper.determineFetchStyleByMetadata
(FetchMode mappingFetchMode, AssociationType type, SessionFactoryImplementor sessionFactory) static FetchTiming
FetchOptionsHelper.determineFetchTiming
(FetchStyle style, AssociationType type, boolean lazy, String role, SessionFactoryImplementor sessionFactory) static FetchTiming
FetchOptionsHelper.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 TypeClassDescriptionclass
Handles "any" mappingsclass
A type for persistent arrays.class
class
A type that handles HibernatePersistentCollection
s (including arrays).class
A custom type for mapping user-written classes that implementPersistentCollection
class
Base for types which map associations to persistent entities.class
class
class
A many-to-one association to an entity.class
class
A one-to-one association to an entityclass
A specialization of the map type, with (resultset-based) ordering.class
A specialization of the set type, with (resultset-based) ordering.class
class
class
class
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.