|
test failure - org.hibernate.test.cache.CollectionCacheEvictionTest due to the reason that 'User' is a reserved word in ASE and can not be used as a table name unless it is enclosed by double quotes. Need following annotation to pass the test. @Table(name="\"User\"") in org.hibernate.test.cache.User.java
|