{ EOModelVersion = "2.1"; adaptorName = JDBC; connectionDictionary = { URL = "jdbc:mysql://localhost/ED?capitalizeTypenames=true&zeroDateTimeBehavior=convertToNull"; driver = "com.mysql.jdbc.Driver"; plugin = MySQLPlugIn; username = root; }; entities = ( {className = "org.wonova.ed.model.server.Dog"; name = Dog; }, {className = "org.wonova.ed.model.server.Person"; name = Person; } ); userInfo = { "_EntityModeler" = { activeDatabaseConfigName = MySQL; attributeNamingConvention = {case = Upper; separator = Underscore; }; databaseConfigs = { MySQL = { adaptorName = JDBC; connectionDictionary = { URL = "jdbc:mysql://localhost/ED?capitalizeTypenames=true&zeroDateTimeBehavior=convertToNull"; driver = "com.mysql.jdbc.Driver"; plugin = MySQLPlugIn; username = root; }; prototypeEntityName = EOJDBCMySQLPrototypes; }; }; entityNamingConvention = {case = Upper; separator = Underscore; }; }; }; }