Package org.objectstyle.wolips.eomodeler.core.model.history

Examples of org.objectstyle.wolips.eomodeler.core.model.history.ModelEvents


    myDeletedEntityNamesInObjectStore = new PropertyListSet<String>();
    myDeletedEntityNames = new PropertyListSet<String>();
    myDeletedStoredProcedureNames = new PropertyListSet<String>();
    myVersion = "2.1";
    myModelMap = new EOModelMap();
    _modelEvents = new ModelEvents();
    _entityNamingConvention = NamingConvention.DEFAULT;
    _attributeNamingConvention = NamingConvention.DEFAULT;
  }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.eomodeler.core.model.history.ModelEvents

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.