Uses of Class
org.jdbi.v3.core.internal.MemoizingSupplier
-
Packages that use MemoizingSupplier Package Description org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core.org.jdbi.v3.core.internal Utility classes used internally by Jdbi. -
-
Uses of MemoizingSupplier in org.jdbi.v3.core
Fields in org.jdbi.v3.core declared as MemoizingSupplier Modifier and Type Field Description private MemoizingSupplier<Handle>LazyHandleSupplier. handleHolder -
Uses of MemoizingSupplier in org.jdbi.v3.core.internal
Methods in org.jdbi.v3.core.internal that return MemoizingSupplier Modifier and Type Method Description static <T> MemoizingSupplier<T>MemoizingSupplier. of(java.util.function.Supplier<T> supplier)
-