Uses of Interface
org.hibernate.persister.entity.Joinable
Packages that use Joinable
Package
Description
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of Joinable in org.hibernate.persister.collection
Subinterfaces of Joinable in org.hibernate.persister.collectionModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated collection persister rolesinterfaceDeprecated, for removal: This API element is subject to removal in a future version.Given the mapping-model and SQM, this contract is no longer needed.interfaceDeprecated.Classes in org.hibernate.persister.collection that implement JoinableModifier and TypeClassDescriptionclassBase implementation of theQueryableCollectioninterface.classclass -
Uses of Joinable in org.hibernate.persister.entity
Subinterfaces of Joinable in org.hibernate.persister.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated.UseEntityMappingTypeinsteadClasses in org.hibernate.persister.entity that implement JoinableModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of Joinable in org.hibernate.type
Methods in org.hibernate.type that return JoinableModifier and TypeMethodDescriptionAnyType.getAssociatedJoinable(SessionFactoryImplementor factory) AssociationType.getAssociatedJoinable(SessionFactoryImplementor factory) Get the "persister" for this association - a class or collection persisterCollectionType.getAssociatedJoinable(SessionFactoryImplementor factory) EntityType.getAssociatedJoinable(SessionFactoryImplementor factory) Retrieves theJoinabledefining the associated entity.