{ EOModelVersion = "2.1"; adaptorName = JDBC; connectionDictionary = { "LC_ALL" = "iso_1"; URL = "jdbc:mysql://localhost/movies?capitalizeTypenames=true&zeroDateTimeBehavior=convertToNull"; databaseEncoding = "UTF-8"; driver = "com.mysql.jdbc.Driver"; password = ""; username = root; }; entities = ( { className = "org.wocommunity.rentals.model.server.CreditCard"; name = CreditCard; }, { className = "org.wocommunity.rentals.model.server.Customer"; name = Customer; }, {className = "org.wocommunity.rentals.model.server.Fee"; name = Fee; }, {className = "org.wocommunity.rentals.model.server.FeeType"; name = FeeType; }, {className = "org.wocommunity.rentals.model.server.Rental"; name = Rental; }, { className = "org.wocommunity.rentals.model.server.RentalTerms"; name = RentalTerms; }, {className = "org.wocommunity.rentals.model.server.Unit"; name = Unit; }, {className = "org.wocommunity.rentals.model.server.User"; name = User; }, {className = "org.wocommunity.rentals.model.server.Video"; name = Video; } ); userInfo = { "_EntityModeler" = { activeDatabaseConfigName = MySQL; databaseConfigs = { Derby = { adaptorName = JDBC; connectionDictionary = { "LC_ALL" = "iso_1"; URL = "jdbc:derby:movies"; databaseEncoding = "ISO Latin-1"; driver = "org.apache.derby.jdbc.EmbeddedDriver"; }; prototypeEntityName = EOJDBCDerbyPrototypes; }; MySQL = { adaptorName = JDBC; connectionDictionary = { "LC_ALL" = "iso_1"; URL = "jdbc:mysql://localhost/movies?capitalizeTypenames=true&zeroDateTimeBehavior=convertToNull"; databaseEncoding = "UTF-8"; driver = "com.mysql.jdbc.Driver"; password = ""; username = root; }; prototypeEntityName = EOJDBCMySQLPrototypes; }; }; }; }; }