Uses of Enum Class
org.seasar.doma.jdbc.query.UpsertAssemblerSupport.ColumnNameType
Packages that use UpsertAssemblerSupport.ColumnNameType
Package
Description
Provides query objects that build and execute SQL statements.
-
Uses of UpsertAssemblerSupport.ColumnNameType in org.seasar.doma.jdbc.query
Methods in org.seasar.doma.jdbc.query that return UpsertAssemblerSupport.ColumnNameTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.UpsertAssemblerSupport.ColumnNameType.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.ColumnNameTypeModifier and TypeMethodDescriptionUpsertAssemblerSupport.excludeProp(EntityPropertyType<?, ?> propertyType, UpsertAssemblerSupport.ColumnNameType columnNameType) Formats a property name for the excluded table based on the specified property type and column name type.UpsertAssemblerSupport.targetProp(EntityPropertyType<?, ?> propertyType, UpsertAssemblerSupport.ColumnNameType columnNameType) Formats a property name for the target table based on the specified property type and column name type.