java - Hibernate implementation of JPA -
i'm wanting using jpa in ear project. development project must started asap have not lot of time research , investigate. please jpa api restricted functionality of hibernate or no. @ moment i'm using hibernate directly. example in future i'm planing use hibernate-search , maybe hibernare-validate , -shard. can sure in future not have problem using this. , 1 more example - can use har archive , jpa together. why jpa? project available restful service (jersey or resteassy implementation). , looked in case using jpa this. i'm newbie in it's imho. may mistakes.
thanks lot. best regards artem
jpa subset of hibernate, you're not limited it. if need hibernate specific feature, can use @ cost of being tied hibernate. example, we've mixed in hibernate annotations jpa ones, including validater ones, without trouble.
Comments
Post a Comment