Uses of Enum
org.jdbi.v3.core.extension.ExtensionFactory.FactoryFlag
Package
Description
The
extension
classes allow you to extend Jdbi
's
functionality by declaring interface types that may attach to Handle
instances.-
Uses of ExtensionFactory.FactoryFlag in org.jdbi.v3.core.extension
Modifier and TypeMethodDescriptionstatic ExtensionFactory.FactoryFlag
Returns the enum constant of this type with the specified name.static ExtensionFactory.FactoryFlag[]
ExtensionFactory.FactoryFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptiondefault Set
<ExtensionFactory.FactoryFlag> ExtensionFactory.getFactoryFlags()
Returns a set ofExtensionFactory.FactoryFlag
s that describe the extension factory.