Module org.seasar.doma.core
Class AssociateCommand<ENTITY>
java.lang.Object
org.seasar.doma.jdbc.criteria.command.AssociateCommand<ENTITY>
-
Constructor Summary
ConstructorsConstructorDescriptionAssociateCommand(SelectContext context, SelectQuery query, EntityMetamodel<ENTITY> entityMetamodel) -
Method Summary
-
Constructor Details
-
AssociateCommand
public AssociateCommand(SelectContext context, SelectQuery query, EntityMetamodel<ENTITY> entityMetamodel)
-
-
Method Details
-
execute
Description copied from interface:CommandExecutes the command and returns the result.This method is responsible for executing the database operation encapsulated by this command. It handles the execution of the SQL statement, processing of results, and any necessary resource management.
-
getQuery
Description copied from interface:CommandReturns the query associated with this command.The query contains the SQL statement and parameters that will be executed by this command.
-