Reputation: 4713
I been reading alot on hibernate.
Hibernate Annotations implement the JPA annotations, plus have additional annotations for Hibernate specific features.
Searched alot but couldn't find anything mentioning Hibernate specific annotation. Someone tell me what are Hibernate specific annotation except those of JPA 2.0 annoattion please?
Upvotes: 0
Views: 618
Reputation: 961
You can find lot of information about Hibernate specific annotation in
Beginning Hibernate: From Novice to Professional (Beginning: from Novice to Professional) book.
Upvotes: 1
Reputation: 9331
Well I can think of Hibernate Named Queries
Also here are the Hibernate Extensions
Upvotes: 1