接口的使用
org.hibernate.query.criteria.internal.MapJoinImplementor
-
使用MapJoinImplementor的程序包 程序包 说明 org.hibernate.query.criteria.internal org.hibernate.query.criteria.internal.path -
-
org.hibernate.query.criteria.internal中MapJoinImplementor的使用
返回MapJoinImplementor的org.hibernate.query.criteria.internal中的方法 修饰符和类型 方法 说明 MapJoinImplementor<Z,K,V>MapJoinImplementor. correlateTo(CriteriaSubqueryImpl subquery)MapJoinImplementor<Z,K,V>MapJoinImplementor. on(javax.persistence.criteria.Expression<Boolean> restriction)MapJoinImplementor<Z,K,V>MapJoinImplementor. on(javax.persistence.criteria.Predicate... restrictions)<T extends V>
MapJoinImplementor<Z,K,T>MapJoinImplementor. treatAs(Class<T> treatAsType) -
org.hibernate.query.criteria.internal.path中MapJoinImplementor的使用
实现MapJoinImplementor的org.hibernate.query.criteria.internal.path中的类 修饰符和类型 类 说明 classMapAttributeJoin<O,K,V>Models a join based on a map-style plural association attribute.static classMapAttributeJoin.TreatedMapAttributeJoin<O,K,T>返回MapJoinImplementor的org.hibernate.query.criteria.internal.path中的方法 修饰符和类型 方法 说明 MapJoinImplementor<O,K,V>MapAttributeJoin. on(javax.persistence.criteria.Expression<Boolean> restriction)MapJoinImplementor<O,K,V>MapAttributeJoin. on(javax.persistence.criteria.Predicate... restrictions)参数类型为MapJoinImplementor的org.hibernate.query.criteria.internal.path中的构造器 构造器 说明 MapKeySource(CriteriaBuilderImpl criteriaBuilder, Class<Map<K,V>> javaType, MapJoinImplementor<?,K,V> mapJoin, javax.persistence.metamodel.MapAttribute<?,K,V> attribute)
-