Uses of Interface
org.seasar.doma.jdbc.query.InsertAssembler
Packages that use InsertAssembler
-
Uses of InsertAssembler in org.seasar.doma.jdbc.dialect
Classes in org.seasar.doma.jdbc.dialect that implement InsertAssemblerModifier and TypeClassDescriptionclassDefaultInsertAssembler<ENTITY>classH2InsertAssembler<ENTITY>classMssqlInsertAssembler<ENTITY>classStandardInsertAssembler<ENTITY>Methods in org.seasar.doma.jdbc.dialect that return InsertAssemblerModifier 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)