public abstract class Join extends Object implements TerminalExpression
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
expression() |
Limit |
limit(int start,
int size) |
<E> List<E> |
list(RowMapper<E> rowMapper) |
OrderBy |
orderBy() |
<E> E |
single(RowMapper<E> rowMapper) |
String |
toString() |
Where |
where() |
Where |
where(String condition) |
public OrderBy orderBy()
public Where where()
public Limit limit(int start, int size)
public <E> List<E> list(RowMapper<E> rowMapper) throws SQLException
list in interface TerminalExpressionSQLExceptionpublic <E> E single(RowMapper<E> rowMapper) throws SQLException
single in interface TerminalExpressionSQLExceptionprotected abstract String expression()
Copyright © 2013–2014. All rights reserved.