number « Field « JPA Q&A





1. null value from database number field in java int does not w    forum.hibernate.org

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 && ...