Uses of Interface
org.hibernate.persister.entity.Joinable
-
Packages that use Joinable Package Description org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.type -
-
Uses of Joinable in org.hibernate.persister.collection
Subinterfaces of Joinable in org.hibernate.persister.collection Modifier and Type Interface Description interface
QueryableCollection
A collection role that may be queried or loaded by outer join.interface
SQLLoadableCollection
Classes in org.hibernate.persister.collection that implement Joinable Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of theQueryableCollection
interface.class
BasicCollectionPersister
ACollectionPersister
for collections of values and many-to-many associations.class
OneToManyPersister
ACollectionPersister
forone-to-one associations
. -
Uses of Joinable in org.hibernate.persister.entity
Subinterfaces of Joinable in org.hibernate.persister.entity Modifier and Type Interface Description interface
OuterJoinLoadable
AEntityPersister
that may be loaded by outer join using and may be an element of a one-to-many association.interface
Queryable
Deprecated.SeeQueryable
Classes in org.hibernate.persister.entity that implement Joinable Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC through either generated or custom SQLclass
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of Joinable in org.hibernate.type
Methods in org.hibernate.type that return Joinable Modifier and Type Method Description Joinable
AnyType. getAssociatedJoinable(SessionFactoryImplementor factory)
Joinable
AssociationType. getAssociatedJoinable(SessionFactoryImplementor factory)
Get the "persister" for this association - a class or collection persisterJoinable
CollectionType. getAssociatedJoinable(SessionFactoryImplementor factory)
Joinable
EntityType. getAssociatedJoinable(SessionFactoryImplementor factory)
Retrieves theJoinable
defining the associated entity.
-