Uses of Class
com.googlecode.jdbw.jorm.JORMDatabase.SearchPolicy

Packages that use JORMDatabase.SearchPolicy
com.googlecode.jdbw.jorm   
 

Uses of JORMDatabase.SearchPolicy in com.googlecode.jdbw.jorm
 

Methods in com.googlecode.jdbw.jorm that return JORMDatabase.SearchPolicy
static JORMDatabase.SearchPolicy JORMDatabase.SearchPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JORMDatabase.SearchPolicy[] JORMDatabase.SearchPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.googlecode.jdbw.jorm with parameters of type JORMDatabase.SearchPolicy
<U,T extends JORMEntity<U>>
T
JORMDatabase.get(Class<T> type, U key, JORMDatabase.SearchPolicy searchPolicy)
           
 



Copyright © 2012. All Rights Reserved.