Uses of Interface
org.seasar.doma.jdbc.query.ModuleQuery
Packages that use ModuleQuery
Package
Description
Internal implementation details for the Doma framework.
Provides classes and interfaces to execute SQL statements using the command pattern.
Provides query objects that build and execute SQL statements.
-
Uses of ModuleQuery in org.seasar.doma.internal.jdbc.command
Fields in org.seasar.doma.internal.jdbc.command declared as ModuleQueryModifier and TypeFieldDescriptionprotected final ModuleQueryCallableSqlParameterFetcher.FetchingVisitor.queryprotected final ModuleQueryCallableSqlParameterFetcher.queryConstructors in org.seasar.doma.internal.jdbc.command with parameters of type ModuleQueryModifierConstructorDescriptionFetchingVisitor(ModuleQuery query, CallableStatement callableStatement) -
Uses of ModuleQuery in org.seasar.doma.jdbc.command
Classes in org.seasar.doma.jdbc.command with type parameters of type ModuleQueryModifier and TypeClassDescriptionclassModuleCommand<QUERY extends ModuleQuery,RESULT> An abstract command that executes database modules such as stored procedures and functions.Fields in org.seasar.doma.jdbc.command declared as ModuleQuery -
Uses of ModuleQuery in org.seasar.doma.jdbc.query
Subinterfaces of ModuleQuery in org.seasar.doma.jdbc.queryModifier and TypeInterfaceDescriptioninterfaceFunctionQuery<RESULT>An interface for database function queries.interfaceAn interface for database stored procedure queries.Classes in org.seasar.doma.jdbc.query that implement ModuleQueryModifier and TypeClassDescriptionclassAutoFunctionQuery<RESULT>An auto function query that calls a database function.classAn abstract base class for queries that call database modules.classAn auto procedure query that calls a database stored procedure.