Uses of Class
org.seasar.doma.jdbc.Result
Packages that use Result
Package
Description
Provides entry points for the Criteria API.
Provides criteria query statements.
-
Uses of Result in org.seasar.doma.jdbc.criteria
Methods in org.seasar.doma.jdbc.criteria that return types with arguments of type ResultModifier and TypeMethodDescriptionEntityql.delete(EntityMetamodel<ENTITY> entityMetamodel, ENTITY entity) Deprecated, for removal: This API element is subject to removal in a future version.Entityql.delete(EntityMetamodel<ENTITY> entityMetamodel, ENTITY entity, Consumer<DeleteSettings> settingsConsumer) Deprecated, for removal: This API element is subject to removal in a future version.Entityql.update(EntityMetamodel<ENTITY> entityMetamodel, ENTITY entity) Deprecated, for removal: This API element is subject to removal in a future version.Entityql.update(EntityMetamodel<ENTITY> entityMetamodel, ENTITY entity, Consumer<UpdateSettings> settingsConsumer) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Result in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return ResultModifier and TypeMethodDescriptionEntityqlDeleteStatement.execute()Executes the SQL statement.EntityqlInsertIntermediate.execute()Executes the SQL statement.EntityqlInsertStatement.execute()Executes the SQL statement.EntityqlInsertTerminal.execute()Executes the SQL statement.EntityqlUpdateStatement.execute()Executes the SQL statement.Methods in org.seasar.doma.jdbc.criteria.statement that return types with arguments of type ResultModifier and TypeMethodDescriptionEntityqlDeleteStatement.createCommand()EntityqlInsertIntermediate.createCommand()EntityqlInsertStatement.createCommand()EntityqlInsertTerminal.createCommand()EntityqlUpdateStatement.createCommand()