Skip to main content

Home/ SoftwareEngineering/ Group items tagged NamedQuery

Rss Feed Group items tagged

kuni katsuya

JPA implementation patterns: Retrieving entities | Xebia Blog - 0 views

  • JPA implementation patterns: Retrieving entities
  • two ways to retrieve an entity with JPA:
  • EntityManager.find
  • ...2 more annotations...
  • Query object that can then be executed to return a list of entities or a single entity.
  • Keeping the query and the code that sets these parameters together makes them both easier to understand
1 - 1 of 1
Showing 20 items per page