Class DatabaseImpl

java.lang.Object
pl.matsuo.core.service.db.DatabaseImpl
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, Database

@Repository
@Transactional
public class DatabaseImpl
extends Object
implements Database, org.springframework.beans.factory.BeanFactoryAware
  • Field Details

    • entityManager

      protected javax.persistence.EntityManager entityManager
    • beanFactory

      protected org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory
    • sessionState

      @Autowired protected SessionState sessionState
  • Constructor Details

    • DatabaseImpl

      public DatabaseImpl()
  • Method Details