|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JpaTemplate | |
---|---|
org.springframework.orm.jpa.support | Classes supporting the org.springframework.orm.jpa package. |
Uses of JpaTemplate in org.springframework.orm.jpa.support |
---|
Methods in org.springframework.orm.jpa.support that return JpaTemplate | |
---|---|
protected JpaTemplate |
JpaDaoSupport.createJpaTemplate(javax.persistence.EntityManager entityManager)
Create a JpaTemplate for the given EntityManager. |
protected JpaTemplate |
JpaDaoSupport.createJpaTemplate(javax.persistence.EntityManagerFactory entityManagerFactory)
Create a JpaTemplate for the given EntityManagerFactory. |
JpaTemplate |
JpaDaoSupport.getJpaTemplate()
Return the JpaTemplate for this DAO, pre-initialized with the EntityManagerFactory or set explicitly. |
Methods in org.springframework.orm.jpa.support with parameters of type JpaTemplate | |
---|---|
void |
JpaDaoSupport.setJpaTemplate(JpaTemplate jpaTemplate)
Set the JpaTemplate for this DAO explicitly, as an alternative to specifying a EntityManagerFactory. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |