| Package | Description |
|---|---|
| org.batoo.jpa.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
JdbcAdaptor.PaginationParamsOrder |
SawSqlAdaptor.getPaginationParamsOrder()
Returns the pagination params order for the adaptor.
|
JdbcAdaptor.PaginationParamsOrder |
MsSqlAdaptor.getPaginationParamsOrder()
Returns the pagination params order for the adaptor.
|
JdbcAdaptor.PaginationParamsOrder |
HsqlAdaptor.getPaginationParamsOrder()
Returns the pagination params order for the adaptor.
|
abstract JdbcAdaptor.PaginationParamsOrder |
JdbcAdaptor.getPaginationParamsOrder()
Returns the pagination params order for the adaptor.
|
JdbcAdaptor.PaginationParamsOrder |
PostgreSqlAdaptor.getPaginationParamsOrder()
Returns the pagination params order for the adaptor.
|
JdbcAdaptor.PaginationParamsOrder |
DerbyAdaptor.getPaginationParamsOrder()
Returns the pagination params order for the adaptor.
|
JdbcAdaptor.PaginationParamsOrder |
H2Adaptor.getPaginationParamsOrder()
Returns the pagination params order for the adaptor.
|
JdbcAdaptor.PaginationParamsOrder |
OracleAdaptor.getPaginationParamsOrder()
Returns the pagination params order for the adaptor.
|
JdbcAdaptor.PaginationParamsOrder |
MySqlAdaptor.getPaginationParamsOrder()
Returns the pagination params order for the adaptor.
|
static JdbcAdaptor.PaginationParamsOrder |
JdbcAdaptor.PaginationParamsOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcAdaptor.PaginationParamsOrder[] |
JdbcAdaptor.PaginationParamsOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.