Uses of Enum Class
org.jdbi.v3.core.extension.ExtensionFactory.FactoryFlag
Packages that use 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
Subclasses with type arguments of type ExtensionFactory.FactoryFlag in org.jdbi.v3.core.extensionModifier and TypeClassDescriptionstatic enumFlags that the factory can return to control aspects of the extension framework.Methods in org.jdbi.v3.core.extension that return ExtensionFactory.FactoryFlagModifier and TypeMethodDescriptionstatic ExtensionFactory.FactoryFlagReturns the enum constant of this class with the specified name.static ExtensionFactory.FactoryFlag[]ExtensionFactory.FactoryFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdbi.v3.core.extension that return types with arguments of type ExtensionFactory.FactoryFlagModifier and TypeMethodDescriptiondefault Set<ExtensionFactory.FactoryFlag> ExtensionFactory.getFactoryFlags()Returns a set ofExtensionFactory.FactoryFlags that describe the extension factory.