Package | Description |
---|---|
sirius.db.jdbc.batch |
Modifier and Type | Class and Description |
---|---|
class |
CustomQuery
Wraps a SQL statement as
BatchSQLQuery . |
class |
DeleteQuery<E extends SQLEntity>
Represents a batch query which deletes one or more entities from the database.
|
class |
FindQuery<E extends SQLEntity>
Represents a batch query which finds and entity in the database.
|
class |
InsertQuery<E extends SQLEntity>
Represents a batch query which inserts an entity into the database.
|
class |
UpdateQuery<E extends SQLEntity>
Represents a batch query which updates an entity in the database.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BatchContext.unregister(BatchQuery<?> query) |
Copyright © 2018. All rights reserved.