接口的使用
org.hibernate.query.criteria.internal.FromImplementor
-
使用FromImplementor的程序包 程序包 说明 org.hibernate.query.criteria.internal org.hibernate.query.criteria.internal.path -
-
org.hibernate.query.criteria.internal中FromImplementor的使用
org.hibernate.query.criteria.internal中FromImplementor的子接口 修饰符和类型 接口 说明 interfaceCollectionJoinImplementor<Z,X>Specialization ofJoinImplementorforCollectiontyped attribute joinsinterfaceJoinImplementor<Z,X>Consolidates theJoinandFetchhierarchies since that is how we implement them.interfaceListJoinImplementor<Z,X>Specialization ofJoinImplementorforListtyped attribute joinsinterfaceMapJoinImplementor<Z,K,V>Specialization ofJoinImplementorforMaptyped attribute joinsinterfaceSetJoinImplementor<Z,X>Specialization ofJoinImplementorforSettyped attribute joins返回FromImplementor的org.hibernate.query.criteria.internal中的方法 修饰符和类型 方法 说明 FromImplementor<Z,X>FromImplementor. correlateTo(CriteriaSubqueryImpl subquery)FromImplementor<Z,X>FromImplementor. getCorrelationParent()参数类型为FromImplementor的org.hibernate.query.criteria.internal中的方法 修饰符和类型 方法 说明 voidQueryStructure. addCorrelationRoot(FromImplementor fromImplementor)voidFromImplementor. prepareCorrelationDelegate(FromImplementor<Z,X> parent) -
org.hibernate.query.criteria.internal.path中FromImplementor的使用
实现FromImplementor的org.hibernate.query.criteria.internal.path中的类 修饰符和类型 类 说明 classAbstractFromImpl<Z,X>Convenience base class for variousFromimplementations.classAbstractJoinImpl<Z,X>Convenience base class for variousJoinimplementations.classCollectionAttributeJoin<O,E>Models a join based on a plural association attribute.static classCollectionAttributeJoin.TreatedCollectionAttributeJoin<O,T>classListAttributeJoin<O,E>Models a join based on a list-style plural association attribute.static classListAttributeJoin.TreatedListAttributeJoin<O,T>classMapAttributeJoin<O,K,V>Models a join based on a map-style plural association attribute.static classMapAttributeJoin.TreatedMapAttributeJoin<O,K,T>classPluralAttributeJoinSupport<O,C,E>Support for defining joins to plural attributes (JPA requires typing based on the specific collection type so we cannot really implement all support in a single class)classRootImpl<X>Hibernate implementation of the JPARootcontractstatic classRootImpl.TreatedRoot<T>classSetAttributeJoin<O,E>Models a join based on a set-style plural association attribute.static classSetAttributeJoin.TreatedSetAttributeJoin<O,T>classSingularAttributeJoin<O,X>Models a join based on a singular attributestatic classSingularAttributeJoin.TreatedSingularAttributeJoin<O,T>返回FromImplementor的org.hibernate.query.criteria.internal.path中的方法 修饰符和类型 方法 说明 FromImplementor<Z,X>AbstractFromImpl. correlateTo(CriteriaSubqueryImpl subquery)protected abstract FromImplementor<Z,X>AbstractFromImpl. createCorrelationDelegate()protected FromImplementor<O,E>CollectionAttributeJoin. createCorrelationDelegate()protected FromImplementor<O,E>ListAttributeJoin. createCorrelationDelegate()protected FromImplementor<O,V>MapAttributeJoin. createCorrelationDelegate()protected FromImplementor<X,X>RootImpl. createCorrelationDelegate()protected FromImplementor<O,E>SetAttributeJoin. createCorrelationDelegate()protected FromImplementor<O,X>SingularAttributeJoin. createCorrelationDelegate()FromImplementor<Z,X>AbstractFromImpl. getCorrelationParent()参数类型为FromImplementor的org.hibernate.query.criteria.internal.path中的方法 修饰符和类型 方法 说明 voidAbstractFromImpl. prepareCorrelationDelegate(FromImplementor<Z,X> parent)
-