Uses of Class
org.datanucleus.store.rdbms.request.BulkRequest
-
Packages that use BulkRequest Package Description org.datanucleus.store.rdbms.request Provides the mechanism of communicating with the database using JDBC. -
-
Uses of BulkRequest in org.datanucleus.store.rdbms.request
Subclasses of BulkRequest in org.datanucleus.store.rdbms.request Modifier and Type Class Description class
LocateBulkRequest
Request to locate a series of records in the data store (all present in the same table).
-