Uses of Interface
org.hibernate.type.AssociationType
-
Packages that use AssociationType Package Description org.hibernate.tuple.entity org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of AssociationType in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return AssociationType Modifier and Type Method Description AssociationTypeEntityBasedAssociationAttribute. 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 AssociationType Constructor Description EntityBasedAssociationAttribute(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 AssociationType Modifier and Type Class Description classAnyTypeHandles "any" mappingsclassArrayTypeA type for persistent arrays.classBagTypeclassCollectionTypeA type that handles HibernatePersistentCollections (including arrays).classCustomCollectionTypeA custom type for mapping user-written classes that implementPersistentCollectionclassEntityTypeBase for types which map associations to persistent entities.classIdentifierBagTypeclassListTypeclassManyToOneTypeA many-to-one association to an entity.classMapTypeclassOneToOneTypeA one-to-one association to an entityclassOrderedMapTypeA specialization of the map type, with (resultset-based) ordering.classOrderedSetTypeA specialization of the set type, with (resultset-based) ordering.classSetTypeclassSortedMapTypeclassSortedSetTypeclassSpecialOneToOneTypeA one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.
-