@Component public class JpaHibernateSessionHolderImpl extends Object implements HibernateSessionHolder
| Constructor and Description |
|---|
JpaHibernateSessionHolderImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.Session |
getCurrentSession() |
org.hibernate.Session |
openSession() |
void |
setEntityManagerFactory(javax.persistence.EntityManagerFactory entityManagerFactory) |
@Autowired public void setEntityManagerFactory(javax.persistence.EntityManagerFactory entityManagerFactory)
public org.hibernate.Session getCurrentSession()
getCurrentSession in interface HibernateSessionHolderpublic org.hibernate.Session openSession()
openSession in interface HibernateSessionHolderCopyright © 2020. All rights reserved.