Class SpringBaseServiceImpl<T>

java.lang.Object
com.objectsql.SQLServiceImpl
com.objectsql.BaseServiceImpl<T>
com.objectsql.spring.SpringBaseServiceImpl<T>
All Implemented Interfaces:
BaseService<T>, ServiceChangedListener<T>, SQLService, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton

public class SpringBaseServiceImpl<T> extends BaseServiceImpl<T> implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton
  • Constructor Details

    • SpringBaseServiceImpl

      public SpringBaseServiceImpl()
    • SpringBaseServiceImpl

      public SpringBaseServiceImpl(ObjectSQLManager objectSQLManager)
    • SpringBaseServiceImpl

      public SpringBaseServiceImpl(DataSource dataSource)
  • Method Details

    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException
    • afterSingletonsInstantiated

      public void afterSingletonsInstantiated()
      Specified by:
      afterSingletonsInstantiated in interface org.springframework.beans.factory.SmartInitializingSingleton