Uses of Class
org.jdbi.v3.core.mapper.immutables.JdbiImmutables
-
Uses of JdbiImmutables in org.jdbi.v3.core.mapper.immutables
Modifier and TypeMethodDescriptionJdbiImmutables.createCopy()
JdbiImmutables.registerImmutable
(Class<?>... specs) Convenience method for registering many immutable types.<S> JdbiImmutables
JdbiImmutables.registerImmutable
(Class<S> spec) Register bean arguments and row mapping for anImmutable*
value class, expecting the default generated class and builder names.<S,
I extends S>
JdbiImmutablesJdbiImmutables.registerImmutable
(Class<S> spec, Class<I> impl, Supplier<?> builder) Register bean arguments and row mapping for anImmutable*
value class, using a supplied implementation and builder.JdbiImmutables.registerImmutable
(Iterable<Class<?>> specs) Convenience method for registering many immutable types.JdbiImmutables.registerModifiable
(Class<?>... specs) Convenience method for registering many modifiable types.<S> JdbiImmutables
JdbiImmutables.registerModifiable
(Class<S> spec) Register bean arguments and row mapping for anModifiable*
value class, expecting the default generated class and public nullary constructor.<S,
M extends S>
JdbiImmutablesJdbiImmutables.registerModifiable
(Class<S> spec, Class<M> impl, Supplier<?> constructor) Register bean arguments and row mapping for anModifiable*
value class, using a supplied implementation and constructor.JdbiImmutables.registerModifiable
(Iterable<Class<?>> specs) Convenience method for registering many modifiable types.