Package org.jdbi.v3.core.enums


package org.jdbi.v3.core.enums
  • Class
    Description
    Map a value from the database column directly onto an enum value.
    Specifies that an Enum value should be bound or mapped as its Enum.name().
    Specifies that an Enum value should be bound or mapped as its Enum.ordinal().
    Configuration for behavior related to Enums.