com.mysema.query.types.path
Class PathInits

java.lang.Object
  extended by com.mysema.query.types.path.PathInits
All Implemented Interfaces:
Serializable

public class PathInits
extends Object
implements Serializable

PathInits defines path initializations that can be attached to properties via QueryInit annotations

Author:
tiwe
See Also:
Serialized Form

Field Summary
static PathInits DEFAULT
           
static PathInits DIRECT
           
 
Constructor Summary
PathInits(String... inits)
           
 
Method Summary
 PathInits get(String property)
           
 boolean isInitialized(String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final PathInits DEFAULT

DIRECT

public static final PathInits DIRECT
Constructor Detail

PathInits

public PathInits(String... inits)
Method Detail

get

public PathInits get(String property)

isInitialized

public boolean isInitialized(String property)


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