Uses of Class
org.datanucleus.store.rdbms.request.RequestType
-
Packages that use RequestType Package Description org.datanucleus.store.rdbms.request Provides the mechanism of communicating with the database using JDBC. -
-
Uses of RequestType in org.datanucleus.store.rdbms.request
Fields in org.datanucleus.store.rdbms.request declared as RequestType Modifier and Type Field Description private RequestType
RequestIdentifier. type
Methods in org.datanucleus.store.rdbms.request that return RequestType Modifier and Type Method Description static RequestType
RequestType. valueOf(java.lang.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 Constructor Description RequestIdentifier(DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, org.datanucleus.metadata.AbstractMemberMetaData[] secondaryMmds, RequestType type, java.lang.String className)
Constructor.RequestIdentifier(DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, RequestType type, java.lang.String className)
Constructor.
-