Uses of Class
org.datanucleus.store.rdbms.request.RequestType

Packages that use RequestType
org.datanucleus.store.rdbms.request Provides the mechanism of communicating with the database using JDBC. 
 

Uses of RequestType in org.datanucleus.store.rdbms.request
 

Methods in org.datanucleus.store.rdbms.request that return RequestType
static RequestType RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.datanucleus.store.rdbms.request with parameters of type RequestType
RequestIdentifier(org.datanucleus.store.mapped.DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, RequestType type, String className)
          Constructor.
 



Copyright © 2012. All Rights Reserved.