net.sf.jpacriteria.dao.spring
Class JpaCriteriaDaoSupport
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.jpa.support.JpaDaoSupport
net.sf.jpacriteria.dao.spring.JpaCriteriaDaoSupport
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
public class JpaCriteriaDaoSupport
- extends org.springframework.orm.jpa.support.JpaDaoSupport
- Version:
- $Id: JpaCriteriaDaoSupport.java,v 1.3 2007/03/09 15:23:24 maxim_butov Exp $
- Author:
- Maxim Butov
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Methods inherited from class org.springframework.orm.jpa.support.JpaDaoSupport |
checkDaoConfig, getJpaTemplate, setEntityManager, setEntityManagerFactory, setJpaTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JpaCriteriaDaoSupport
public JpaCriteriaDaoSupport()
createJpaCriteriaTemplate
protected JpaCriteriaTemplate createJpaCriteriaTemplate(javax.persistence.EntityManagerFactory entityManagerFactory)
createJpaCriteriaTemplate
protected JpaCriteriaTemplate createJpaCriteriaTemplate(javax.persistence.EntityManager entityManager)
setJpaCriteriaTemplate
public void setJpaCriteriaTemplate(JpaCriteriaTemplate jpaCriteriaTemplate)
getJpaCriteriaTemplate
public JpaCriteriaTemplate getJpaCriteriaTemplate()
createJpaTemplate
protected org.springframework.orm.jpa.JpaTemplate createJpaTemplate(javax.persistence.EntityManagerFactory entityManagerFactory)
- Overrides:
createJpaTemplate
in class org.springframework.orm.jpa.support.JpaDaoSupport
createJpaTemplate
protected org.springframework.orm.jpa.JpaTemplate createJpaTemplate(javax.persistence.EntityManager entityManager)
- Overrides:
createJpaTemplate
in class org.springframework.orm.jpa.support.JpaDaoSupport
Copyright © 2007. All Rights Reserved.