Hello, I work with hibernate2. My Problem is to read values from Oracle, witch have the value null. mapping: resultList = getHibernateTemplate().find(queryString, customerCode); if (resultList != null && resultList.size() > 0 && ...