org.hibernate.ejb.criteria.path
Interface AbstractFromImpl.JoinScope<X>

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractFromImpl.BasicJoinScope, AbstractFromImpl.CorrelationJoinScope
Enclosing class:
AbstractFromImpl<Z,X>

public static interface AbstractFromImpl.JoinScope<X>
extends java.io.Serializable

Helper contract used to define who/what keeps track of joins and fetches made from this FROM.


Method Summary
 void addFetch(javax.persistence.criteria.Fetch<X,?> fetch)
           
 void addJoin(javax.persistence.criteria.Join<X,?> join)
           
 

Method Detail

addJoin

void addJoin(javax.persistence.criteria.Join<X,?> join)

addFetch

void addFetch(javax.persistence.criteria.Fetch<X,?> fetch)


Copyright © 2012. All Rights Reserved.