Package org.jdbi.v3.postgres
Class JavaTimeArgumentFactory
- java.lang.Object
-
- org.jdbi.v3.core.argument.SetObjectArgumentFactory
-
- org.jdbi.v3.postgres.JavaTimeArgumentFactory
-
- All Implemented Interfaces:
ArgumentFactory,ArgumentFactory.Preparable
public class JavaTimeArgumentFactory extends SetObjectArgumentFactory
MapsLocalDate,LocalTime,LocalDateTime,OffsetDateTime. Note that noInstantoverride is needed.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jdbi.v3.core.argument.ArgumentFactory
ArgumentFactory.Preparable
-
-
Constructor Summary
Constructors Constructor Description JavaTimeArgumentFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.util.Map<java.lang.Class<?>,java.lang.Integer>types()-
Methods inherited from class org.jdbi.v3.core.argument.SetObjectArgumentFactory
forClasses, prepare, prePreparedTypes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jdbi.v3.core.argument.ArgumentFactory.Preparable
build
-
-