| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.manager |
| Modifier and Type | Method and Description |
|---|---|
JpqlQuery |
EntityManagerFactoryImpl.getJpqlQuery(String qlString)
Returns a lazy created
JpqlQuery for the query. |
JpqlQuery |
EntityManagerFactoryImpl.getNamedQuery(String name)
Returns the named query with the name
name. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityManagerFactoryImpl.addNamedQuery(String name,
JpqlQuery jpqlQuery)
Adds the named query to the entity manager factory.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.