Uses of Interface
org.hibernate.persister.entity.Joinable
-
-
Uses of Joinable in org.hibernate.loader
Methods in org.hibernate.loader that return Joinable Modifier and Type Method Description JoinableOuterJoinableAssociation. getJoinable()Methods in org.hibernate.loader with parameters of type Joinable Modifier and Type Method Description protected java.lang.StringJoinWalker. generateTableAlias(int n, PropertyPath path, Joinable joinable) -
Uses of Joinable in org.hibernate.loader.criteria
Methods in org.hibernate.loader.criteria with parameters of type Joinable Modifier and Type Method Description protected java.lang.StringCriteriaJoinWalker. generateTableAlias(int n, PropertyPath path, Joinable joinable) -
Uses of Joinable in org.hibernate.persister.collection
Subinterfaces of Joinable in org.hibernate.persister.collection Modifier and Type Interface Description interfaceQueryableCollectionA collection role that may be queried or loaded by outer join.interfaceSQLLoadableCollectionClasses in org.hibernate.persister.collection that implement Joinable Modifier and Type Class Description classAbstractCollectionPersisterBase implementation of the QueryableCollection interface.classBasicCollectionPersisterCollection persister for collections of values and many-to-many associations.classOneToManyPersisterCollection persister for one-to-many associations.Methods in org.hibernate.persister.collection with parameters of type Joinable Modifier and Type Method Description java.lang.StringBasicCollectionPersister. selectFragment(Joinable rhs, java.lang.String rhsAlias, java.lang.String lhsAlias, java.lang.String entitySuffix, java.lang.String collectionSuffix, boolean includeCollectionColumns)java.lang.StringOneToManyPersister. selectFragment(Joinable rhs, java.lang.String rhsAlias, java.lang.String lhsAlias, java.lang.String entitySuffix, java.lang.String collectionSuffix, boolean includeCollectionColumns) -
Uses of Joinable in org.hibernate.persister.entity
Subinterfaces of Joinable in org.hibernate.persister.entity Modifier and Type Interface Description interfaceOuterJoinLoadableA EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.interfaceQueryableExtends the generic EntityPersister contract to add operations required by the Hibernate Query LanguageClasses in org.hibernate.persister.entity that implement Joinable Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategyclassSingleTableEntityPersisterThe default implementation of the EntityPersister interface.classUnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritance hierarchy.Methods in org.hibernate.persister.entity with parameters of type Joinable Modifier and Type Method Description java.lang.StringAbstractEntityPersister. selectFragment(Joinable rhs, java.lang.String rhsAlias, java.lang.String lhsAlias, java.lang.String entitySuffix, java.lang.String collectionSuffix, boolean includeCollectionColumns)java.lang.StringJoinable. selectFragment(Joinable rhs, java.lang.String rhsAlias, java.lang.String lhsAlias, java.lang.String currentEntitySuffix, java.lang.String currentCollectionSuffix, boolean includeCollectionColumns)All columns to select, when loading. -
Uses of Joinable in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component that return Joinable Modifier and Type Method Description protected JoinableCompositeBasedAssociationAttribute. getJoinable() -
Uses of Joinable in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return Joinable Modifier and Type Method Description protected JoinableEntityBasedAssociationAttribute. getJoinable() -
Uses of Joinable in org.hibernate.type
Methods in org.hibernate.type that return Joinable Modifier and Type Method Description JoinableAnyType. getAssociatedJoinable(SessionFactoryImplementor factory)JoinableAssociationType. getAssociatedJoinable(SessionFactoryImplementor factory)Get the "persister" for this association - a class or collection persisterJoinableCollectionType. getAssociatedJoinable(SessionFactoryImplementor factory)JoinableEntityType. getAssociatedJoinable(SessionFactoryImplementor factory)Retrieves theJoinabledefining the associated entity.
-