Class JavaTimeArgumentFactory

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

public class JavaTimeArgumentFactory extends Object implements ArgumentFactory.Preparable
Postgres specific argument factory for Java Time types.
Instant must be mapped to Types.TIMESTAMP, as the Postgres driver does not support them with PreparedStatement.setObject(int, Object, int).