Uses of Enum Class
org.seasar.doma.jdbc.query.UpsertAssemblerSupport.TableNameType
Packages that use UpsertAssemblerSupport.TableNameType
Package
Description
Provides query objects that build and execute SQL statements.
-
Uses of UpsertAssemblerSupport.TableNameType in org.seasar.doma.jdbc.query
Methods in org.seasar.doma.jdbc.query that return UpsertAssemblerSupport.TableNameTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static UpsertAssemblerSupport.TableNameType[]UpsertAssemblerSupport.TableNameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.seasar.doma.jdbc.query with parameters of type UpsertAssemblerSupport.TableNameTypeModifier and TypeMethodDescriptionUpsertAssemblerSupport.targetTable(List<EntityPropertyType<?, ?>> entityPropertyTypes, UpsertAssemblerSupport.TableNameType tableNameType) Formats a table name based on the specified entity property types and table name type.UpsertAssemblerSupport.targetTable(EntityType<?> entityType, UpsertAssemblerSupport.TableNameType tableNameType) Formats a table name based on the specified entity type and table name type.