Uses of Enum
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.SQL Objects
-
Uses of ExtensionFactory.FactoryFlag in org.jdbi.v3.core.extension
Methods in org.jdbi.v3.core.extension that return ExtensionFactory.FactoryFlagModifier and TypeMethodDescriptionstatic ExtensionFactory.FactoryFlagReturns 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.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.ExtensionFactoryDelegate.getFactoryFlags() -
Uses of ExtensionFactory.FactoryFlag in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject that return types with arguments of type ExtensionFactory.FactoryFlag