| org.kuali.core.dao.ojb.PlatformAwareDaoBaseOjb org.kuali.module.gl.dao.ojb.ReconciliationDaoOjb
ReconciliationDaoOjb | public ReconciliationDaoOjb()(Code) | | Constructs a ReconciliationDaoOjb.java.
|
convertDBColumnNameToJavaName | protected String convertDBColumnNameToJavaName(ClassDescriptor classDescriptor, String columnName, boolean caseInsensitive)(Code) | | Returns the java attribute name corresponding to the column name
Parameters: classDescriptor - the origin entry class Parameters: columnName - the DB column name Parameters: caseInsensitive - whether to do case insensitive matching the java attribute name |
convertDBColumnNamesToJavaName | public List<String> convertDBColumnNamesToJavaName(Class<? extends OriginEntryFull> clazz, String[] columnNames, boolean caseInsensitive)(Code) | | Converts a list of DB column names to a list of java attribute names. The returned list is the same size as arrap parameter
Parameters: clazz - a class for the OriginEntryFull class Parameters: columnNames - an array of database columns Parameters: caseInsensitive - whether to do matching for every valid index in the return value and the array, the value in the array is the db column name, and the valuein the list is the java attribute name See Also: org.kuali.module.gl.dao.ReconciliationDao.convertDBColumnNamesToJavaName(java.lang.String[]) |
getClassDescriptor | protected ClassDescriptor getClassDescriptor(Class<E> persistableClass)(Code) | | Returns the OJB class descriptor
< Parameters: E - > an origin entry class Parameters: persistableClass - the class the class descriptor |
getDescriptorRepository | protected DescriptorRepository getDescriptorRepository()(Code) | | Gets the descriptorRepository attribute.
Returns the descriptorRepository. |
setDescriptorRepository | public void setDescriptorRepository(DescriptorRepository descriptorRepository)(Code) | | Sets the descriptorRepository attribute value.
Parameters: descriptorRepository - The descriptorRepository to set. |
|
|