Class JavaTimeArgumentFactory

java.lang.Object
org.jdbi.v3.core.argument.SetObjectArgumentFactory
org.jdbi.v3.postgres.JavaTimeArgumentFactory
All Implemented Interfaces:
org.jdbi.v3.core.argument.ArgumentFactory, org.jdbi.v3.core.argument.ArgumentFactory.Preparable

public class JavaTimeArgumentFactory extends org.jdbi.v3.core.argument.SetObjectArgumentFactory
Maps LocalDate, LocalTime, LocalDateTime, OffsetDateTime. Note that no Instant override is needed.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jdbi.v3.core.argument.ArgumentFactory

    org.jdbi.v3.core.argument.ArgumentFactory.Preparable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.jdbi.v3.core.argument.SetObjectArgumentFactory

    forClasses, prepare, prePreparedTypes

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jdbi.v3.core.argument.ArgumentFactory.Preparable

    build
  • Constructor Details

    • JavaTimeArgumentFactory

      public JavaTimeArgumentFactory()