Package org.projectforge.continuousdb.hibernate

Examples of org.projectforge.continuousdb.hibernate.TableAttributeHookImpl


      configuration = new UpdaterConfiguration();
      configuration.setDialect(HibernateUtils.getDialect()).setDataSource(dataSource);
      final MyDatabaseUpdateDao myDatabaseUpdateDao = new MyDatabaseUpdateDao(configuration);
      myDatabaseUpdateDao.setAccessChecker(accessChecker);
      configuration.setDatabaseUpdateDao(myDatabaseUpdateDao);
      TableAttribute.register(new TableAttributeHookImpl());

      final SortedSet<UpdateEntry> updateEntries = new TreeSet<UpdateEntry>();
      DatabaseCoreUpdates.dao = myDatabaseUpdateDao;
      updateEntries.addAll(DatabaseCoreUpdates.getUpdateEntries());
      getSystemUpdater().setUpdateEntries(updateEntries);
View Full Code Here

TOP

Related Classes of org.projectforge.continuousdb.hibernate.TableAttributeHookImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.