Uses of Enum Class
jp.ecuacion.util.jpa.dao.sqlmacro.SkipPatternEnum
Packages that use SkipPatternEnum
-
Uses of SkipPatternEnum in jp.ecuacion.util.jpa.dao.sqlmacro
Methods in jp.ecuacion.util.jpa.dao.sqlmacro that return SkipPatternEnumModifier and TypeMethodDescriptionstatic SkipPatternEnumReturns the enum constant of this class with the specified name.static SkipPatternEnum[]SkipPatternEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jp.ecuacion.util.jpa.dao.sqlmacro with parameters of type SkipPatternEnumModifier and TypeMethodDescriptionprotected booleanAbstractSqlMacro.doesSqlParamHaveListWithEffectiveValues(Object paramObj, String sqlId, String macroPartSql, SkipPatternEnum[] skipPtn) 0個のリスト、リストがnullなど、実質sqlマクロに展開されないようなsqlマクロの場合はfalseを返す。protected booleanAbstractSqlMacro.doesSqlParamhaveObjectArrayWithEffectiveValuesInsideList(Object paramObj, String sqlId, String macroPartSql, SkipPatternEnum[] skipPtn, Integer numOfdataInOneDataPair) Method parameters in jp.ecuacion.util.jpa.dao.sqlmacro with type arguments of type SkipPatternEnumModifier and TypeMethodDescriptionprotected booleanAbstractSqlMacro.hasEffectiveVal(Set<SkipPatternEnum> skipPtnSet, Object obj) objectがeffectiveな値=skipしない値を持っているかを確認する処理。