Package | Description |
---|---|
org.springframework.orm.jpa.support |
Classes supporting the
org.springframework.orm.jpa package. |
Modifier and Type | Method and Description |
---|---|
protected JpaTemplate |
JpaDaoSupport.createJpaTemplate(javax.persistence.EntityManager entityManager)
Deprecated.
Create a JpaTemplate for the given EntityManager.
|
protected JpaTemplate |
JpaDaoSupport.createJpaTemplate(javax.persistence.EntityManagerFactory entityManagerFactory)
Deprecated.
Create a JpaTemplate for the given EntityManagerFactory.
|
JpaTemplate |
JpaDaoSupport.getJpaTemplate()
Deprecated.
Return the JpaTemplate for this DAO, pre-initialized
with the EntityManagerFactory or set explicitly.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaDaoSupport.setJpaTemplate(JpaTemplate jpaTemplate)
Deprecated.
Set the JpaTemplate for this DAO explicitly,
as an alternative to specifying a EntityManagerFactory.
|
Copyright © 2015. All rights reserved.