Uses of Class
org.seasar.doma.jdbc.criteria.statement.EntityqlInsertStatement
Packages that use EntityqlInsertStatement
Package
Description
Provides entry points for the Criteria API.
Provides criteria query statements.
-
Uses of EntityqlInsertStatement in org.seasar.doma.jdbc.criteria
Methods in org.seasar.doma.jdbc.criteria that return EntityqlInsertStatementModifier and TypeMethodDescription<ENTITY> EntityqlInsertStatement<ENTITY>Entityql.insert(EntityMetamodel<ENTITY> entityMetamodel, ENTITY entity) Deprecated, for removal: This API element is subject to removal in a future version.<ENTITY> EntityqlInsertStatement<ENTITY>Entityql.insert(EntityMetamodel<ENTITY> entityMetamodel, ENTITY entity, Consumer<InsertSettings> settingsConsumer) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityqlInsertStatement in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return EntityqlInsertStatementModifier and TypeMethodDescriptionInserts the entity.