Uses of Interface
play.db.helper.JdbcResultFactory

Packages that use JdbcResultFactory
play.db.helper   
 

Uses of JdbcResultFactory in play.db.helper
 

Classes in play.db.helper that implement JdbcResultFactory
static class JdbcResultFactories.ClassFactory<T>
           
static class JdbcResultFactories.PrimitiveFactory<T>
           
 

Fields in play.db.helper declared as JdbcResultFactory
protected  JdbcResultFactory<T> JdbcIterator.factory
           
 

Methods in play.db.helper that return JdbcResultFactory
static
<T> JdbcResultFactory<T>
JdbcResultFactories.build(Class<T> objectClass)
           
static
<T> JdbcResultFactory<T>
JdbcResultFactories.build(Class<T> objectClass, List<String> fields)
           
static
<T> JdbcResultFactory<T>
JdbcResultFactories.build(Class<T> objectClass, String... fields)
           
static
<T> JdbcResultFactory<T>
JdbcResultFactories.buildClass(Class<T> objectClass)
           
static
<T> JdbcResultFactory<T>
JdbcResultFactories.buildClass(Class<T> objectClass, List<String> fields)
           
static
<T> JdbcResultFactory<T>
JdbcResultFactories.buildClass(Class<T> objectClass, String... fields)
           
static
<T> JdbcResultFactory<T>
JdbcResultFactories.buildPrimitive(Class<T> objectClass)
           
static
<T> JdbcResultFactory<T>
JdbcResultFactories.buildPrimitive(Class<T> objectClass, int columnIndex)
           
static
<T> JdbcResultFactory<T>
JdbcResultFactories.buildPrimitive(Class<T> objectClass, String field)
           
 

Methods in play.db.helper with parameters of type JdbcResultFactory
static
<U> JdbcIterator<U>
JdbcIterator.execute(SqlQuery query, JdbcResultFactory<U> factory)
           
 

Constructors in play.db.helper with parameters of type JdbcResultFactory
JdbcIterator(ResultSet result, JdbcResultFactory<T> factory)
           
JdbcWindowIterator(ResultSet result, int pageOffset, int pageSize, JdbcResultFactory<T> factory)
           
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly