You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samerook edited this page May 5, 2012
·
2 revisions
[Get Started](Get Started)
Method
javax.persistence.EntityManager
T find(
Class entityClass,
Object primaryKey
)
Find by primary key. Search for an entity of the specified class and primary key.
If the entity instance is contained in the persistence context, it is returned from there.