Uses of Class
org.seasar.doma.jdbc.MultiResult
Packages that use MultiResult
-
Uses of MultiResult in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return MultiResultModifier and TypeMethodDescriptionEntityqlMultiInsertIntermediate.execute()Executes the SQL statement.EntityqlMultiInsertStatement.execute()Executes the SQL statement.EntityqlMultiInsertTerminal.execute()Executes the SQL statement.Methods in org.seasar.doma.jdbc.criteria.statement that return types with arguments of type MultiResultModifier and TypeMethodDescriptionprotected Command<MultiResult<ENTITY>>EntityqlMultiInsertIntermediate.createCommand()protected Command<MultiResult<ENTITY>>EntityqlMultiInsertStatement.createCommand()protected Command<MultiResult<ENTITY>>EntityqlMultiInsertTerminal.createCommand()