Hi, I'm a hibernate beginner.
I read a documented linked here. About Data Access Layer - "http://www.ociweb.com/jnb/jnbNov2003.html" -.
And I found some deprecated(?) API Criteria.add(Expression) used until version 2.1beta-2.
Criteria.add(Criterion) used from 2.1beta-3, but I couldn't find any description about this change, so compile error occurred.
Have you ever been this problem ?
I want to use "Data Access Layer..". Help me..
If you know another good Data Access Framework , please teach your tips to me.. but except Spring Framework..
Thanks...
|