Class LocalDateTimeJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<LocalDateTime>
org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
All Implemented Interfaces:
Serializable, JavaTimeJdbcType, JdbcType

public class LocalDateTimeJdbcType extends org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType<LocalDateTime>
Descriptor for handling LocalDateTime directly through the JDBC driver
See Also:
  • Field Details

  • Constructor Details

    • LocalDateTimeJdbcType

      public LocalDateTimeJdbcType()
  • Method Details