Package org.jdbi.v3.sqlobject
Class SqlObjectFactory
java.lang.Object
org.jdbi.v3.sqlobject.AbstractSqlObjectFactory
org.jdbi.v3.sqlobject.SqlObjectFactory
- All Implemented Interfaces:
ExtensionFactory
Creates implementations for SqlObject interfaces.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.extension.ExtensionFactory
ExtensionFactory.FactoryFlag -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdbi.v3.sqlobject.AbstractSqlObjectFactory
buildExtensionMetadata, getConfigCustomizerFactories, getExtensionHandlerCustomizers, getExtensionHandlerFactories, isConcreteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.extension.ExtensionFactory
attach, getFactoryFlags
-
Field Details
-
EXTENSION_ID
- See Also:
-
-
Constructor Details
-
SqlObjectFactory
SqlObjectFactory()
-
-
Method Details
-
accepts
Description copied from interface:ExtensionFactoryReturns true if the factory can process the given extension type.- Parameters:
extensionType- the extension type- Returns:
- whether the factory can produce an extension of the given type
-