public class DaoSupplier<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
attach(org.jdbi.v3.core.Handle handle)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DaoSupplier
public DaoSupplier(org.jdbi.v3.core.Jdbi dbi,
Class<X> type)
-
Method Details
-
-
attach
public T attach(org.jdbi.v3.core.Handle handle)