Class | Description |
---|---|
BatchContext |
Bundles the preparation and execution of a bunch of
batch queries . |
BatchQuery<E extends SQLEntity> |
Provides an abstract wrapper around a
PreparedStatement to be used within a BatchContext . |
BatchSQLQuery | |
CustomQuery |
Wraps a SQL statement as
BatchSQLQuery . |
DeleteQuery<E extends SQLEntity> |
Represents a batch query which deletes one or more entities from the database.
|
FindQuery<E extends SQLEntity> |
Represents a batch query which finds and entity in the database.
|
InsertQuery<E extends SQLEntity> |
Represents a batch query which inserts an entity into the database.
|
UpdateQuery<E extends SQLEntity> |
Represents a batch query which updates an entity in the database.
|
Copyright © 2018. All rights reserved.