Uses of Package
org.jdbi.v3.core.collector
-
Packages that use org.jdbi.v3.core.collector Package Description org.jdbi.v3.core.collector Thecollectorpackage reduces the mapped rows of the result set into a Stream Collector to produce the final aggregated result.org.jdbi.v3.core.config Theconfigclasses define a configuration registry starting from eachJdbiinstance.org.jdbi.v3.guava guavaprovides extra types that are commonly needed beyond built in JDK types.org.jdbi.v3.sqlobject.config Thesqlobject.configpackage defines configuration annotations that modify theJdbiconfiguration used as the context for executing SqlObject methods, such as registering handled types.org.jdbi.v3.vavr vavris a functional programming library for the JVM. -
Classes in org.jdbi.v3.core.collector used by org.jdbi.v3.core.collector Class Description CollectorFactory Factory for building Collectors to assemble containers of elements.JdbiCollectors Registry of collector factories.OptionalBuilder -
Classes in org.jdbi.v3.core.collector used by org.jdbi.v3.core.config Class Description CollectorFactory Factory for building Collectors to assemble containers of elements. -
Classes in org.jdbi.v3.core.collector used by org.jdbi.v3.guava Class Description CollectorFactory Factory for building Collectors to assemble containers of elements. -
Classes in org.jdbi.v3.core.collector used by org.jdbi.v3.sqlobject.config Class Description CollectorFactory Factory for building Collectors to assemble containers of elements. -
Classes in org.jdbi.v3.core.collector used by org.jdbi.v3.vavr Class Description CollectorFactory Factory for building Collectors to assemble containers of elements.