public class EntityqlSelectTerminal<ENTITY> extends AbstractStatement<EntityqlSelectTerminal<ENTITY>,java.util.List<ENTITY>> implements Listable<ENTITY>
config, EXECUTE_METHOD, EXECUTE_METHOD_NAME| Constructor and Description |
|---|
EntityqlSelectTerminal(Config config,
SelectFromDeclaration declaration,
EntityMetamodel<ENTITY> entityMetamodel) |
| Modifier and Type | Method and Description |
|---|---|
protected Command<java.util.List<ENTITY>> |
createCommand() |
java.util.List<ENTITY> |
execute()
Executes the SQL statement.
|
asSql, createCommenter, peekclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic EntityqlSelectTerminal(Config config, SelectFromDeclaration declaration, EntityMetamodel<ENTITY> entityMetamodel)
public java.util.List<ENTITY> execute()
execute in interface Statement<java.util.List<ENTITY>>execute in class AbstractStatement<EntityqlSelectTerminal<ENTITY>,java.util.List<ENTITY>>EmptyWhereClauseException - if SelectSettings.getAllowEmptyWhere() returns
false and the WHERE clause is emptyJdbcException - if a JDBC related error occursprotected Command<java.util.List<ENTITY>> createCommand()
createCommand in class AbstractStatement<EntityqlSelectTerminal<ENTITY>,java.util.List<ENTITY>>