Module org.seasar.doma.core
Package org.seasar.doma.jdbc.query
Class UpsertAssemblerSupport.DefaultUpsertAliasConstants
java.lang.Object
org.seasar.doma.jdbc.query.UpsertAssemblerSupport.DefaultUpsertAliasConstants
- All Implemented Interfaces:
UpsertAssemblerSupport.UpsertAliasConstants
- Enclosing class:
- UpsertAssemblerSupport
public static class UpsertAssemblerSupport.DefaultUpsertAliasConstants
extends Object
implements UpsertAssemblerSupport.UpsertAliasConstants
Default implementation of UpsertAliasConstants that provides standard alias names.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the alias for the excluded table.Gets the alias for the target table.
-
Constructor Details
-
DefaultUpsertAliasConstants
public DefaultUpsertAliasConstants()
-
-
Method Details
-
getTargetAlias
Gets the alias for the target table.- Specified by:
getTargetAliasin interfaceUpsertAssemblerSupport.UpsertAliasConstants- Returns:
- "target" as the default target alias
-
getExcludedAlias
Gets the alias for the excluded table.- Specified by:
getExcludedAliasin interfaceUpsertAssemblerSupport.UpsertAliasConstants- Returns:
- "excluded" as the default excluded alias
-