protected Command<Result<ENTITY>> |
EntityqlInsertStatement.createCommand() |
protected Command<BatchResult<ENTITY>> |
EntityqlBatchUpdateStatement.createCommand() |
protected Command<java.lang.Integer> |
NativeSqlUpdateTerminal.createCommand() |
protected abstract Command<RESULT> |
AbstractStatement.createCommand() |
protected Command<java.lang.Integer> |
NativeSqlUpsertTerminal.createCommand() |
protected Command<java.util.List<ELEMENT>> |
NativeSqlSelectIntermediate.createCommand() |
protected Command<java.lang.Integer> |
NativeSqlDeleteTerminal.createCommand() |
protected Command<java.lang.Integer> |
NativeSqlInsertTerminal.createCommand() |
protected Command<java.lang.Integer> |
NativeSqlDeleteStarting.createCommand() |
protected Command<java.lang.Integer> |
NativeSqlUpsertOnDuplicateKeyUpdateSelectingKeys.createCommand() |
protected Command<java.util.List<ENTITY>> |
NativeSqlSelectStarting.createCommand() |
protected Command<java.util.List<ELEMENT>> |
NativeSqlSetStarting.createCommand() |
protected Command<java.util.List<ENTITY>> |
EntityqlSelectTerminal.createCommand() |
protected Command<Result<ENTITY>> |
EntityqlUpdateStatement.createCommand() |
protected Command<RESULT> |
NativeSqlSetTerminal.createCommand() |
protected Command<RESULT> |
NativeSqlSelectTerminal.createCommand() |
protected Command<BatchResult<ENTITY>> |
EntityqlBatchInsertStatement.createCommand() |
protected Command<java.util.List<ENTITY>> |
EntityqlSelectStarting.createCommand() |
protected Command<java.lang.Integer> |
NativeSqlUpsertOnDuplicateKeyUpdateSelectingSet.createCommand() |
protected Command<java.lang.Integer> |
NativeSqlUpsertOnDuplicateKeyIgnoreSelectingKeys.createCommand() |
protected Command<BatchResult<ENTITY>> |
EntityqlBatchDeleteStatement.createCommand() |
protected Command<Result<ENTITY>> |
EntityqlDeleteStatement.createCommand() |