接口 PathSource<X>
-
- 所有超级接口:
javax.persistence.criteria.Expression<X>,javax.persistence.criteria.Path<X>,javax.persistence.criteria.Selection<X>,javax.persistence.TupleElement<X>
- 所有已知子接口:
CollectionJoinImplementor<Z,X>,FromImplementor<Z,X>,JoinImplementor<Z,X>,ListJoinImplementor<Z,X>,MapJoinImplementor<Z,K,V>,PathImplementor<X>,SetJoinImplementor<Z,X>
- 所有已知实现类:
AbstractFromImpl,AbstractJoinImpl,AbstractPathImpl,CollectionAttributeJoin,CollectionAttributeJoin.TreatedCollectionAttributeJoin,ListAttributeJoin,ListAttributeJoin.TreatedListAttributeJoin,MapAttributeJoin,MapAttributeJoin.TreatedMapAttributeJoin,MapKeyHelpers.MapKeyPath,MapKeyHelpers.MapKeySource,PluralAttributeJoinSupport,PluralAttributePath,RootImpl,RootImpl.TreatedRoot,SetAttributeJoin,SetAttributeJoin.TreatedSetAttributeJoin,SingularAttributeJoin,SingularAttributeJoin.TreatedSingularAttributeJoin,SingularAttributePath,SingularAttributePath.TreatedSingularAttributePath
public interface PathSource<X> extends javax.persistence.criteria.Path<X>Implementation contract for things which can be the source (parent, left-hand-side, etc) of a path- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetPathIdentifier()Get the string representation of this path as a navigation from one of the queries identification variablesvoidprepareAlias(RenderingContext renderingContext)
-
-
-
方法详细资料
-
prepareAlias
void prepareAlias(RenderingContext renderingContext)
-
getPathIdentifier
String getPathIdentifier()
Get the string representation of this path as a navigation from one of the queries identification variables- 返回:
- The path's identifier.
-
-