Uses of Enum
org.datanucleus.store.rdbms.request.RequestType
Packages that use RequestType
Package
Description
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 RequestTypeMethods in org.datanucleus.store.rdbms.request that return RequestTypeModifier and TypeMethodDescriptionstatic RequestTypeReturns 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 RequestTypeModifierConstructorDescriptionRequestIdentifier(DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, org.datanucleus.metadata.AbstractMemberMetaData[] secondaryMmds, RequestType type, String className) Constructor.RequestIdentifier(DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, RequestType type, String className) Constructor.