Uses of Class
org.jdbi.v3.core.extension.ExtensionFactory.FactoryFlag
-
Packages that use ExtensionFactory.FactoryFlag Package Description org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances.org.jdbi.v3.sqlobject SQL Objects -
-
Uses of ExtensionFactory.FactoryFlag in org.jdbi.v3.core.extension
Methods in org.jdbi.v3.core.extension that return ExtensionFactory.FactoryFlag Modifier and Type Method Description static ExtensionFactory.FactoryFlagExtensionFactory.FactoryFlag. valueOf(java.lang.String name)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.Methods in org.jdbi.v3.core.extension that return types with arguments of type ExtensionFactory.FactoryFlag Modifier and Type Method Description default java.util.Set<ExtensionFactory.FactoryFlag>ExtensionFactory. getFactoryFlags()Returns a set ofExtensionFactory.FactoryFlags that describe the extension factory.java.util.Set<ExtensionFactory.FactoryFlag>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 Modifier and Type Method Description java.util.Set<ExtensionFactory.FactoryFlag>GeneratorSqlObjectFactory. getFactoryFlags()
-