Uses of Interface
org.seasar.doma.jdbc.query.UpsertAssemblerSupport.UpsertAliasConstants
Packages that use UpsertAssemblerSupport.UpsertAliasConstants
Package
Description
Provides query objects that build and execute SQL statements.
-
Uses of UpsertAssemblerSupport.UpsertAliasConstants in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement UpsertAssemblerSupport.UpsertAliasConstantsModifier and TypeClassDescriptionstatic classDefault implementation of UpsertAliasConstants that provides standard alias names.Constructors in org.seasar.doma.jdbc.query with parameters of type UpsertAssemblerSupport.UpsertAliasConstantsModifierConstructorDescriptionUpsertAssemblerSupport(Naming naming, Dialect dialect, UpsertAssemblerSupport.UpsertAliasConstants aliasConstants) Creates a new instance with the specified alias constants.