Pirzada
Pirzada

Reputation: 4713

Hibernate specific annotations only

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

Answers (2)

Shailesh kumar
Shailesh kumar

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

gtgaxiola
gtgaxiola

Reputation: 9331

Well I can think of Hibernate Named Queries

Also here are the Hibernate Extensions

Upvotes: 1

Related Questions