Uses of Enum Class
org.eclnt.ccee.db.dofw.annotations.ENUMBooleanDefault
Packages that use ENUMBooleanDefault
-
Uses of ENUMBooleanDefault in org.eclnt.ccee.db.dofw
Methods in org.eclnt.ccee.db.dofw that return ENUMBooleanDefaultMethods in org.eclnt.ccee.db.dofw with parameters of type ENUMBooleanDefaultModifier and TypeMethodDescriptionvoidDOFWProperty.overrideBoolean2StringDefault(ENUMBooleanDefault boolean2StringDefault) Constructors in org.eclnt.ccee.db.dofw with parameters of type ENUMBooleanDefaultModifierConstructorDescriptionDOFWProperty(Class entityClass, String name, Method getter, Method setter, String column, boolean isKey, boolean boolean2int, boolean boolaen2StringX, boolean date2long, boolean date2longYYYYMMDD, boolean localDate2longYYYYMMDD, String YYMMDDCenturyReference, Boolean trim, boolean string2bytes64, boolean string2bytesHEX, boolean uuid2string, boolean autoIncrement, boolean autoIncrementExcludeFromUpdate, boolean onlyReadWithSingleReadOperations, boolean date2longYYMMDD, boolean localDate2longYYMMDD, boolean boolean2StringJN, boolean boolean2StringYN, ENUMBooleanDefault boolean2StringDefault, String dbNullValue) -
Uses of ENUMBooleanDefault in org.eclnt.ccee.db.dofw.annotations
Methods in org.eclnt.ccee.db.dofw.annotations that return ENUMBooleanDefaultModifier and TypeMethodDescriptionstatic ENUMBooleanDefaultReturns the enum constant of this class with the specified name.static ENUMBooleanDefault[]ENUMBooleanDefault.values()Returns an array containing the constants of this enum class, in the order they are declared.