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.
Validation for HQL queries.
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
Classes in org.hibernate.persister.collection that implement JoinableModifier and TypeClassDescriptionclass
Base implementation of theQueryableCollection
interface.class
class
-
Uses of Joinable in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement JoinableModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of Joinable in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement JoinableModifier and TypeClassDescriptionclass
class
static class
static class
static class
-
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 theJoinable
defining the associated entity.