Uses of Class
org.seasar.doma.jdbc.query.InsertAssemblerContext
Packages that use InsertAssemblerContext
Package
Description
Provides RDBMS dialects.
Provides query objects that build and execute SQL statements.
-
Uses of InsertAssemblerContext in org.seasar.doma.jdbc.dialect
Methods in org.seasar.doma.jdbc.dialect with parameters of type InsertAssemblerContextModifier and TypeMethodDescriptiondefault <ENTITY> InsertAssemblerDialect.getInsertAssembler(InsertAssemblerContext<ENTITY> context) Provides an implementation ofInsertAssemblerbased on the given context.<ENTITY> InsertAssemblerH2Dialect.getInsertAssembler(InsertAssemblerContext<ENTITY> context) <ENTITY> InsertAssemblerMssqlDialect.getInsertAssembler(InsertAssemblerContext<ENTITY> context) <ENTITY> InsertAssemblerStandardDialect.getInsertAssembler(InsertAssemblerContext<ENTITY> context) Constructors in org.seasar.doma.jdbc.dialect with parameters of type InsertAssemblerContextModifierConstructorDescriptionH2InsertAssembler(InsertAssemblerContext<ENTITY> context) MssqlInsertAssembler(InsertAssemblerContext<ENTITY> context) -
Uses of InsertAssemblerContext in org.seasar.doma.jdbc.query
Methods in org.seasar.doma.jdbc.query that return InsertAssemblerContextModifier and TypeMethodDescriptionstatic <ENTITY> InsertAssemblerContext<ENTITY>InsertAssemblerContextBuilder.build(PreparedSqlBuilder buf, EntityType<ENTITY> entityType, Naming naming, Dialect dialect, List<EntityPropertyType<ENTITY, ?>> insertPropertyTypes, ENTITY entity, ReturningProperties returning)