By jsugrue
via java.dzone.com
Published: Sep 09 2009 / 09:34
The JPA specification allows two ways for the persistence provider to access the persistent state of an entity. The persistence provider can either invoke JavaBeans style property accessors (getters and setters) or access the instance fields of the entity directly. Which method is used depends on whether you have annotated the properties or the fields of an entity
Add your comment
Voters For This Link (13)
-
jsugrue -
smies -
arittner -
aclarke -
rsmaniak -
tacoshells -
mich.barsinai -
cvoronin -
mswatcher -
cvasilak -
alashcraft -
rbygrave -
davneter


