Uses of Interface
org.hibernate.persister.entity.Joinable
-
Packages that use Joinable Package Description org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.type A HibernateType
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.collection Modifier and Type Interface Description interface
DeprecatedCollectionStuff
Deprecated.Just used to singly extend all the deprecated collection persister rolesinterface
QueryableCollection
Deprecated, 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.interface
SQLLoadableCollection
Deprecated.Classes in org.hibernate.persister.collection that implement Joinable Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of theQueryableCollection
interface.class
BasicCollectionPersister
class
OneToManyPersister
-
Uses of Joinable in org.hibernate.persister.entity
Subinterfaces of Joinable in org.hibernate.persister.entity Modifier and Type Interface Description interface
DeprecatedEntityStuff
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
OuterJoinLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Queryable
Deprecated.UseEntityMappingType
insteadClasses in org.hibernate.persister.entity that implement Joinable Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
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.
-