com.mysema.query.support
Class Context

java.lang.Object
  extended by com.mysema.query.support.Context

public class Context
extends Object


Field Summary
 List<Path<?>> paths
           
 boolean replace
           
 List<EntityPath<?>> replacements
           
 
Constructor Summary
Context()
           
 
Method Summary
 void add(Context c)
           
 void add(Path<?> anyPath, EntityPath<?> replacement)
           
 void clear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

replace

public boolean replace

paths

public final List<Path<?>> paths

replacements

public final List<EntityPath<?>> replacements
Constructor Detail

Context

public Context()
Method Detail

add

public void add(Path<?> anyPath,
                EntityPath<?> replacement)

add

public void add(Context c)

clear

public void clear()


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.