Uses of Package
org.seasar.doma.jdbc.command
Packages that use org.seasar.doma.jdbc.command
Package
Description
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
Provides classes and interfaces for entity aggregation and association operations.
Provides classes and interfaces to execute SQL statements using the command pattern.
Provides classes that execute SQL statements and handle the results.
Provides criteria query statements.
-
Classes in org.seasar.doma.jdbc.command used by org.seasar.doma.internal.jdbc.commandClassDescriptionAn interface for handling JDBC ResultSet objects and converting them into application-specific result types.A functional interface that consumes row index information from a ResultSet.
-
Classes in org.seasar.doma.jdbc.command used by org.seasar.doma.jdbcClassDescriptionA command to execute a batch delete.A command to execute a batch insert.A command to execute a batch update.A command to create a database object.A command that executes DELETE SQL statements.A command that executes an SQL DELETE statement and retrieves a result set generated from a RETURNING clause.A command that executes a database function.A command that executes INSERT SQL statements.A command that executes an SQL INSERT statement and retrieves a result set generated from a RETURNING clause.A command that executes a stored procedure.An interface for handling JDBC ResultSet objects and converting them into application-specific result types.A command to execute SQL scripts.A command that executes SELECT SQL queries and processes the result sets.A command to process SQL with a custom handler.A command that executes UPDATE SQL statements.A command that executes an SQL UPDATE statement and retrieves a result set generated from a RETURNING clause.
-
Classes in org.seasar.doma.jdbc.command used by org.seasar.doma.jdbc.aggregateClassDescriptionA core interface for executing database operations in the Doma framework.An interface for handling JDBC ResultSet objects and converting them into application-specific result types.
-
Classes in org.seasar.doma.jdbc.command used by org.seasar.doma.jdbc.commandClassDescriptionAn abstract command for batch modification operations (insert, update, delete).A core interface for executing database operations in the Doma framework.An abstract base class for commands that modify database data (INSERT, UPDATE, DELETE).An abstract command that executes a SQL statement with a RETURNING clause and retrieves a result set.An abstract command that executes database modules such as stored procedures and functions.An interface for handling JDBC ResultSet objects and converting them into application-specific result types.A functional interface that consumes row index information from a ResultSet.A SQL statement in a script.
-
Classes in org.seasar.doma.jdbc.command used by org.seasar.doma.jdbc.criteria.commandClassDescriptionA core interface for executing database operations in the Doma framework.An interface for handling JDBC ResultSet objects and converting them into application-specific result types.
-
Classes in org.seasar.doma.jdbc.command used by org.seasar.doma.jdbc.criteria.statementClassDescriptionA core interface for executing database operations in the Doma framework.An interface for handling JDBC ResultSet objects and converting them into application-specific result types.