接口的使用
org.hibernate.persister.entity.Joinable
-
使用Joinable的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.loader.criteria This package defines the criteria query compiler and loaderorg.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.tuple.component org.hibernate.tuple.entity org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.engine.internal中Joinable的使用
返回Joinable的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 JoinableJoinSequence.Join. getJoinable()参数类型为Joinable的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 JoinSequenceJoinSequence. setRoot(Joinable joinable, String alias)Set the root of this JoinSequence. -
org.hibernate.loader中Joinable的使用
返回Joinable的org.hibernate.loader中的方法 修饰符和类型 方法 说明 JoinableOuterJoinableAssociation. getJoinable()参数类型为Joinable的org.hibernate.loader中的方法 修饰符和类型 方法 说明 protected StringJoinWalker. generateTableAlias(int n, PropertyPath path, Joinable joinable) -
org.hibernate.loader.criteria中Joinable的使用
参数类型为Joinable的org.hibernate.loader.criteria中的方法 修饰符和类型 方法 说明 protected StringCriteriaJoinWalker. generateTableAlias(int n, PropertyPath path, Joinable joinable) -
org.hibernate.persister.collection中Joinable的使用
org.hibernate.persister.collection中Joinable的子接口 修饰符和类型 接口 说明 interfaceQueryableCollectionA collection role that may be queried or loaded by outer join.interfaceSQLLoadableCollection实现Joinable的org.hibernate.persister.collection中的类 修饰符和类型 类 说明 classAbstractCollectionPersisterBase implementation of the QueryableCollection interface.classBasicCollectionPersisterCollection persister for collections of values and many-to-many associations.classOneToManyPersisterCollection persister for one-to-many associations.参数类型为Joinable的org.hibernate.persister.collection中的方法 修饰符和类型 方法 说明 StringBasicCollectionPersister. selectFragment(Joinable rhs, String rhsAlias, String lhsAlias, String entitySuffix, String collectionSuffix, boolean includeCollectionColumns)StringOneToManyPersister. selectFragment(Joinable rhs, String rhsAlias, String lhsAlias, String entitySuffix, String collectionSuffix, boolean includeCollectionColumns) -
org.hibernate.persister.entity中Joinable的使用
org.hibernate.persister.entity中Joinable的子接口 修饰符和类型 接口 说明 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 Language实现Joinable的org.hibernate.persister.entity中的类 修饰符和类型 类 说明 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.参数类型为Joinable的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 StringAbstractEntityPersister. selectFragment(Joinable rhs, String rhsAlias, String lhsAlias, String entitySuffix, String collectionSuffix, boolean includeCollectionColumns)StringJoinable. selectFragment(Joinable rhs, String rhsAlias, String lhsAlias, String currentEntitySuffix, String currentCollectionSuffix, boolean includeCollectionColumns)All columns to select, when loading. -
org.hibernate.tuple.component中Joinable的使用
返回Joinable的org.hibernate.tuple.component中的方法 修饰符和类型 方法 说明 protected JoinableCompositeBasedAssociationAttribute. getJoinable() -
org.hibernate.tuple.entity中Joinable的使用
返回Joinable的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 protected JoinableEntityBasedAssociationAttribute. getJoinable() -
org.hibernate.type中Joinable的使用
返回Joinable的org.hibernate.type中的方法 修饰符和类型 方法 说明 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.
-