接口的使用
org.hibernate.query.criteria.internal.JoinImplementor
-
使用JoinImplementor的程序包 程序包 说明 org.hibernate.query.criteria.internal org.hibernate.query.criteria.internal.path -
-
org.hibernate.query.criteria.internal中JoinImplementor的使用
org.hibernate.query.criteria.internal中JoinImplementor的子接口 修饰符和类型 接口 说明 interfaceCollectionJoinImplementor<Z,X>Specialization ofJoinImplementorforCollectiontyped attribute joinsinterfaceListJoinImplementor<Z,X>Specialization ofJoinImplementorforListtyped attribute joinsinterfaceMapJoinImplementor<Z,K,V>Specialization ofJoinImplementorforMaptyped attribute joinsinterfaceSetJoinImplementor<Z,X>Specialization ofJoinImplementorforSettyped attribute joins返回JoinImplementor的org.hibernate.query.criteria.internal中的方法 修饰符和类型 方法 说明 JoinImplementor<Z,X>JoinImplementor. correlateTo(CriteriaSubqueryImpl subquery)Refined return typeJoinImplementor<Z,X>JoinImplementor. on(javax.persistence.criteria.Expression<Boolean> restriction)Coordinate return type betweenJoin.on(Expression)andFetch#on(Expression)JoinImplementor<Z,X>JoinImplementor. on(javax.persistence.criteria.Predicate... restrictions)Coordinate return type betweenJoin.on(Predicate...)andFetch#on(Predicate...)<T extends X>
JoinImplementor<Z,T>JoinImplementor. treatAs(Class<T> treatAsType) -
org.hibernate.query.criteria.internal.path中JoinImplementor的使用
实现JoinImplementor的org.hibernate.query.criteria.internal.path中的类 修饰符和类型 类 说明 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)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>返回JoinImplementor的org.hibernate.query.criteria.internal.path中的方法 修饰符和类型 方法 说明 JoinImplementor<Z,X>AbstractJoinImpl. correlateTo(CriteriaSubqueryImpl subquery)JoinImplementor<Z,X>AbstractJoinImpl. on(javax.persistence.criteria.Expression<Boolean> restriction)JoinImplementor<Z,X>AbstractJoinImpl. on(javax.persistence.criteria.Predicate... restrictions)JoinImplementor<O,E>PluralAttributeJoinSupport. on(javax.persistence.criteria.Expression<Boolean> restriction)JoinImplementor<O,E>PluralAttributeJoinSupport. on(javax.persistence.criteria.Predicate... restrictions)
-