Interface | Description |
---|---|
AbstractSqlRepositoryOperations.StatementSupplier<PS> |
Functional interface used to supply a statement.
|
OpContext<Cnt,PS> |
The internal context.
|
ReactiveCascadeOperations.ReactiveCascadeOperationsHelper<Ctx extends OperationContext> |
The cascade operations helper.
|
SyncCascadeOperations.SyncCascadeOperationsHelper<Ctx extends OperationContext> |
The cascade operations helper.
|
Class | Description |
---|---|
AbstractReactiveEntitiesOperations<Ctx extends OperationContext,T,Exc extends java.lang.Exception> |
Abstract reactive entities operations.
|
AbstractReactiveEntityOperations<Ctx extends OperationContext,T,Exc extends java.lang.Exception> |
Abstract reactive entity operations.
|
AbstractRepositoryOperations<Cnt,PS> |
Abstract SQL repository implementation not specifically bound to JDBC.
|
AbstractSqlRepositoryOperations<Cnt,RS,PS,Exc extends java.lang.Exception> |
Abstract SQL repository implementation not specifically bound to JDBC.
|
AbstractSyncEntitiesOperations<Ctx extends OperationContext,T,Exc extends java.lang.Exception> |
Abstract synchronous entities operations.
|
AbstractSyncEntityOperations<Ctx extends OperationContext,T,Exc extends java.lang.Exception> |
Abstract synchronous entity operations.
|
DBOperation |
The db operation.
|
EntityOperations<T,Exc extends java.lang.Exception> |
The entity operations container.
|
OperationContext |
The operation context.
|
PreparedQueryDBOperation |
Implementation of the DB operation based on
PreparedQuery . |
QueryResultSqlOperation |
Implementation of
StoredSqlOperation that retrieves data from QueryResult . |
ReactiveCascadeOperations<Ctx extends OperationContext> |
Reactive cascade operations.
|
ReactiveEntitiesOperations<T,Exc extends java.lang.Exception> |
The reactive entities operations container.
|
ReactiveEntityOperations<T,Exc extends java.lang.Exception> |
The reactive entity operations container.
|
StoredQuerySqlOperation |
Implementation of
StoredSqlOperation that retrieves data from StoredQuery . |
StoredSqlOperation |
Implementation of
DBOperation that uses bindging paths. |
SyncCascadeOperations<Ctx extends OperationContext> |
Synchronous cascade operations.
|
SyncEntitiesOperations<T,Exc extends java.lang.Exception> |
The entities operations container.
|
SyncEntityOperations<T,Exc extends java.lang.Exception> |
The entity operations container.
|