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 DOFWPropertyDOFWRepository.getProperty(Class doClass, String propertyName) static DOFWPropertyDOFWRepository.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) voidISimpleDataTypeExtensionDOFW.passSimpleDataTypeValueIntoPreparedStatement(Object value, DOFWProperty property, PreparedStatement ps, int columnIndex) voidDOFWRepository.DefaultOverrideContent.updatePropertyDuringClassAnalysis(Class clazz, DOFWProperty property) voidDOFWRepository.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 booleanDOFWUtils.checkIfPropertyHasCenturyColumn(DOFWProperty property) static StringDOFWMapper.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 voidDOFWMapper.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 voidDOFWMapper.mapPropertyValue2PreparedStatement(String contextName, Object value, PreparedStatement ps, DOFWProperty property, int counter) static voidDOFWMapper.mapPropertyValue2PreparedStatement(String contextName, Object value, PreparedStatement ps, DOFWProperty property, ENUMMappingInfo[] mappingInfos, int counter) static ObjectDOFWMapper.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 ObjectDOFWMapper.readAndMapDBValue(String contextName, ResultSet rs, String columnName, DOFWProperty property) Reads a value from the result set and transfers it into the correct Java type.