Uses of Class
org.eclnt.ccee.db.dofw.DOFWProperty
Packages that use DOFWProperty
-
Uses of DOFWProperty in org.eclnt.ccee.db.dofw
Methods in org.eclnt.ccee.db.dofw that return DOFWPropertyModifier and TypeMethodDescriptionDOFWRepository.DefaultOverrideContent.createPropertyForGetter
(Class clazz, Method getter) DOFWRepository.IOverrideContent.createPropertyForGetter
(Class clazz, Method getter) static DOFWProperty
DOFWRepository.getProperty
(Class doClass, String propertyName) static DOFWProperty
DOFWRepository.getProperty
(Class doClass, String propertyName, boolean withError) Methods in org.eclnt.ccee.db.dofw that return types with arguments of type DOFWPropertyModifier and TypeMethodDescriptionstatic List<DOFWProperty>
DOFWRepository.getKeyProperties
(Class doClass) static List<DOFWProperty>
DOFWRepository.getKeyPropertiesSorted
(Class doClass) static List<DOFWProperty>
DOFWRepository.getProperties
(Class doClass) static List<DOFWProperty>
DOFWRepository.getValueProperties
(Class doClass) Methods in org.eclnt.ccee.db.dofw with parameters of type DOFWPropertyModifier and TypeMethodDescriptionISimpleDataTypeExtensionDOFW.convertResultSetValueIntoSimpleDataTypeValue
(Object value, DOFWProperty property, ResultSet rs, int columnIndex, Class propType) void
ISimpleDataTypeExtensionDOFW.passSimpleDataTypeValueIntoPreparedStatement
(Object value, DOFWProperty property, PreparedStatement ps, int columnIndex) void
DOFWRepository.DefaultOverrideContent.updatePropertyDuringClassAnalysis
(Class clazz, DOFWProperty property) void
DOFWRepository.IOverrideContent.updatePropertyDuringClassAnalysis
(Class clazz, DOFWProperty property) -
Uses of DOFWProperty in org.eclnt.ccee.db.dofw.util
Methods in org.eclnt.ccee.db.dofw.util that return types with arguments of type DOFWPropertyModifier and TypeMethodDescriptionstatic List<DOFWProperty>
DOFWUtils.findPropertiesInColumns
(Class clazz, String[] colSelections) DOFWUtils.ReplaceResult.getProperties()
Methods in org.eclnt.ccee.db.dofw.util with parameters of type DOFWPropertyModifier and TypeMethodDescriptionstatic boolean
DOFWUtils.checkIfPropertyHasCenturyColumn
(DOFWProperty property) static String
DOFWMapper.getNullValueForSQLStatement
(DOFWProperty property) When building the condition String then null has to be treated with care... - For some values null is not translated into database NULL but is transferred by concrete object values.static void
DOFWMapper.mapDBValue2PropertyValue
(String contextName, ResultSet rs, Object dob, DOFWProperty property) Reads the value of the result set and maps into the corresponding property on object side.static void
DOFWMapper.mapPropertyValue2PreparedStatement
(String contextName, Object value, PreparedStatement ps, DOFWProperty property, int counter) static void
DOFWMapper.mapPropertyValue2PreparedStatement
(String contextName, Object value, PreparedStatement ps, DOFWProperty property, ENUMMappingInfo[] mappingInfos, int counter) static Object
DOFWMapper.readAndMapDBValue
(String contextName, ResultSet rs, int columnIndex, DOFWProperty property) Reads a value from the result set and transfers it into the correct Java type.static Object
DOFWMapper.readAndMapDBValue
(String contextName, ResultSet rs, String columnName, DOFWProperty property) Reads a value from the result set and transfers it into the correct Java type.