Examples of appendOrderedType()


Examples of org.projectforge.database.xstream.XStreamSavingConverter.appendOrderedType()

        }
      }
    };
    // UserRightDO is inserted on cascade while inserting PFUserDO.
    xstreamSavingConverter.appendIgnoredObjects(embeddedClasses);
    xstreamSavingConverter.appendOrderedType(PFUserDO.class, GroupDO.class, TaskDO.class, KundeDO.class, ProjektDO.class, Kost1DO.class,
        Kost2ArtDO.class, Kost2DO.class, AuftragDO.class, //
        RechnungDO.class, EingangsrechnungDO.class, EmployeeSalaryDO.class, KostZuweisungDO.class,//
        UserPrefEntryDO.class, UserPrefDO.class, //
        AccessEntryDO.class, GroupTaskAccessDO.class, ConfigurationDO.class);
    if (plugins != null) {
View Full Code Here

Examples of org.projectforge.database.xstream.XStreamSavingConverter.appendOrderedType()

        RechnungDO.class, EingangsrechnungDO.class, EmployeeSalaryDO.class, KostZuweisungDO.class,//
        UserPrefEntryDO.class, UserPrefDO.class, //
        AccessEntryDO.class, GroupTaskAccessDO.class, ConfigurationDO.class);
    if (plugins != null) {
      for (final AbstractPlugin plugin : plugins) {
        xstreamSavingConverter.appendOrderedType(plugin.getPersistentEntities());
      }
    }
    Session session = null;
    try {
      final SessionFactory sessionFactory = hibernate.getSessionFactory();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.