See: Description
| Interface | Description |
|---|---|
| Buildable<BUILDABLE extends Buildable<BUILDABLE>> |
Represents that the implementation can build an SQL.
|
| Listable<ELEMENT> |
Represents that the implementation can fetch data from database and list them.
|
| SetOperand<ELEMENT> |
Represents a set operand.
|
| SetOperator<ELEMENT> |
Represents a set operator.
|
| Statement<RESULT> |
Represents the SQL statement built by the Criteria API.
|
| StreamMappable<ELEMENT> |
Represents that the implementation can fetch data from database as a stream and map it to
something.
|
| Class | Description |
|---|---|
| AbstractSetOperand<STMT extends AbstractSetOperand<STMT,ELEMENT>,ELEMENT> | |
| AbstractStatement<STMT extends AbstractStatement<STMT,RESULT>,RESULT> | |
| EmptySql | |
| EntityqlBatchDeleteStatement<ENTITY> | |
| EntityqlBatchInsertStatement<ENTITY> | |
| EntityqlBatchUpdateStatement<ENTITY> | |
| EntityqlDeleteStatement<ENTITY> | |
| EntityqlInsertStatement<ENTITY> | |
| EntityqlSelectStarting<ENTITY> | |
| EntityqlSelectTerminal<ENTITY> | |
| EntityqlUpdateStatement<ENTITY> | |
| NativeSqlDeleteStarting | |
| NativeSqlDeleteTerminal | |
| NativeSqlInsertStarting | |
| NativeSqlInsertTerminal | |
| NativeSqlSelectIntermediate<ELEMENT> | |
| NativeSqlSelectStarting<ENTITY> | |
| NativeSqlSelectTerminal<RESULT> | |
| NativeSqlSetStarting<ELEMENT> | |
| NativeSqlSetTerminal<RESULT> | |
| NativeSqlUpdateStarting | |
| NativeSqlUpdateTerminal | |
| NativeSqlUpsertOnDuplicateKeyIgnoreSelectingKeys | |
| NativeSqlUpsertOnDuplicateKeyUpdateSelectingKeys | |
| NativeSqlUpsertOnDuplicateKeyUpdateSelectingSet | |
| NativeSqlUpsertTerminal |
| Exception | Description |
|---|---|
| EmptyWhereClauseException |