接口 FromImplementor<Z,X>
-
- 所有超级接口:
javax.persistence.criteria.Expression<X>,ExpressionImplementor<X>,javax.persistence.criteria.FetchParent<Z,X>,javax.persistence.criteria.From<Z,X>,javax.persistence.criteria.Path<X>,PathImplementor<X>,PathSource<X>,Renderable,javax.persistence.criteria.Selection<X>,SelectionImplementor<X>,javax.persistence.TupleElement<X>,TupleElementImplementor<X>
- 所有已知子接口:
CollectionJoinImplementor<Z,X>,JoinImplementor<Z,X>,ListJoinImplementor<Z,X>,MapJoinImplementor<Z,K,V>,SetJoinImplementor<Z,X>
- 所有已知实现类:
AbstractFromImpl,AbstractJoinImpl,CollectionAttributeJoin,CollectionAttributeJoin.TreatedCollectionAttributeJoin,ListAttributeJoin,ListAttributeJoin.TreatedListAttributeJoin,MapAttributeJoin,MapAttributeJoin.TreatedMapAttributeJoin,PluralAttributeJoinSupport,RootImpl,RootImpl.TreatedRoot,SetAttributeJoin,SetAttributeJoin.TreatedSetAttributeJoin,SingularAttributeJoin,SingularAttributeJoin.TreatedSingularAttributeJoin
public interface FromImplementor<Z,X> extends PathImplementor<X>, javax.persistence.criteria.From<Z,X>
Implementation contract for the JPAFrominterface.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 FromImplementor<Z,X>correlateTo(CriteriaSubqueryImpl subquery)FromImplementor<Z,X>getCorrelationParent()voidprepareAlias(RenderingContext renderingContext)voidprepareCorrelationDelegate(FromImplementor<Z,X> parent)StringrenderTableExpression(RenderingContext renderingContext)-
从接口继承的方法 org.hibernate.query.criteria.internal.ExpressionImplementor
asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString
-
从接口继承的方法 javax.persistence.criteria.FetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetches
-
从接口继承的方法 javax.persistence.criteria.From
getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet
-
从接口继承的方法 org.hibernate.query.criteria.internal.PathImplementor
getAttribute, treatAs
-
从接口继承的方法 org.hibernate.query.criteria.internal.PathSource
getPathIdentifier
-
从接口继承的方法 org.hibernate.query.criteria.internal.Renderable
render
-
从接口继承的方法 org.hibernate.query.criteria.internal.SelectionImplementor
getValueHandlers
-
从接口继承的方法 org.hibernate.query.criteria.internal.TupleElementImplementor
getValueHandler
-
-
-
-
方法详细资料
-
prepareAlias
void prepareAlias(RenderingContext renderingContext)
- 指定者:
prepareAlias在接口中PathSource<Z>
-
renderTableExpression
String renderTableExpression(RenderingContext renderingContext)
-
correlateTo
FromImplementor<Z,X> correlateTo(CriteriaSubqueryImpl subquery)
-
prepareCorrelationDelegate
void prepareCorrelationDelegate(FromImplementor<Z,X> parent)
-
getCorrelationParent
FromImplementor<Z,X> getCorrelationParent()
-
-