|
Change Parameter Type embeddedFactory : OEmbeddedDBFactory to embeddedFactory : OrientDBEmbedded in method public onEmbeddedFactoryClose(embeddedFactory OrientDBEmbedded) : void in class com.orientechnologies.orient.core.Orient |
From |
To |
|
Change Parameter Type type : OrientDBFactory.DatabaseType to type : OrientDB.DatabaseType in method public create(name String, user String, password String, type OrientDB.DatabaseType, config OrientDBConfig) : void in class com.orientechnologies.orient.object.db.OrientDBObject |
From |
To |
|
Change Parameter Type embeddedFactory : OEmbeddedDBFactory to embeddedFactory : OrientDBEmbedded in method public onEmbeddedFactoryInit(embeddedFactory OrientDBEmbedded) : void in class com.orientechnologies.orient.core.Orient |
From |
To |
|
Change Parameter Type type : OrientDBFactory.DatabaseType to type : OrientDB.DatabaseType in method public createDatabase(databaseName String, type OrientDB.DatabaseType, config OrientDBConfig) : void in class com.orientechnologies.orient.server.OServer |
From |
To |
|
Change Parameter Type type : OrientDBFactory.DatabaseType to type : OrientDB.DatabaseType in method public create(name String, user String, password String, type OrientDB.DatabaseType) : void in class com.orientechnologies.orient.object.db.OrientDBObject |
From |
To |
|
Change Parameter Type factory : ORemoteDBFactory to factory : OrientDBRemote in method public ORemotePoolByFactory(factory OrientDBRemote, database String, user String, password String, config OrientDBConfig) in class com.orientechnologies.orient.core.db.ORemotePoolByFactory |
From |
To |
|
Change Parameter Type factory : OrientDBFactory to factory : OrientDB in method private OrientDBObject(factory OrientDB) in class com.orientechnologies.orient.object.db.OrientDBObject |
From |
To |
|
Change Parameter Type factory : OEmbeddedDBFactory to factory : OrientDBEmbedded in method public OEmbeddedPoolByFactory(factory OrientDBEmbedded, database String, user String, password String, config OrientDBConfig) in class com.orientechnologies.orient.core.db.OEmbeddedPoolByFactory |
From |
To |
|
Change Return Type OEmbeddedDBFactory to OrientDBEmbedded in method protected getOrCreateEmbeddedFactory(baseUrl String, config OrientDBConfig) : OrientDBEmbedded in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Return Type OEmbeddedDBFactory to OrientDBEmbedded in method public getOrCreateEmbeddedFactory(databaseDirectory String, config OrientDBConfig) : OrientDBEmbedded in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTxInternal |
From |
To |
|
Change Return Type OrientDBFactory to OrientDB in method protected getOrCreateRemoteFactory(baseUrl String) : OrientDB in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Return Type OEmbeddedDBFactory to OrientDBEmbedded in method public embedded(directoryPath String, config OrientDBConfig) : OrientDBEmbedded in class com.orientechnologies.orient.core.db.OrientDB |
From |
To |
|
Change Return Type OrientDBFactory to OrientDB in method public remote(hosts String[], configuration OrientDBConfig) : OrientDB in class com.orientechnologies.orient.core.db.OrientDB |
From |
To |
|
Change Return Type OEmbeddedDBFactory to OrientDBEmbedded in method public getDatabases() : OrientDBEmbedded in class com.orientechnologies.orient.server.OServer |
From |
To |
|
Change Return Type OrientDBFactory to OrientDB in method public fromUrl(url String, configuration OrientDBConfig) : OrientDB in class com.orientechnologies.orient.core.db.OrientDB |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method protected getOrCreateRemoteFactory(baseUrl String) : OrientDB in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Variable Type factory : OEmbeddedDBFactory to factory : OrientDBEmbedded in method public testRegisterDatabase() : void in class com.orientechnologies.orient.core.db.OrientDBEmbeddedTests |
From |
To |
|
Change Variable Type factory : OEmbeddedDBFactory to factory : OrientDBEmbedded in method public getStorages() : Collection<OStorage> in class com.orientechnologies.orient.core.Orient |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public doubleCreateRemoteDatabase() : void in class com.orientechnologies.orient.core.db.OrientDBRemoteTest |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public createDropEmbeddedDatabase() : void in class com.orientechnologies.orient.core.db.OrientDBEmbeddedTests |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public testEmbeddedDoubleCreate() : void in class com.orientechnologies.orient.core.db.OrientDBEmbeddedTests |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public remote(hosts String[], configuration OrientDBConfig) : OrientDB in class com.orientechnologies.orient.core.db.OrientDB |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public testCopyOpenedDatabase() : void in class com.orientechnologies.orient.core.db.OrientDBEmbeddedTests |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public createAndUseRemoteDatabase() : void in class com.orientechnologies.orient.core.db.OrientDBRemoteTest |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public createDropRemoteDatabase() : void in class com.orientechnologies.orient.core.db.OrientDBRemoteTest |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public testPool() : void in class com.orientechnologies.orient.core.db.OrientDBEmbeddedTests |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public createAndUseEmbeddedDatabase() : void in class com.orientechnologies.orient.core.db.OrientDBEmbeddedTests |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public closeAll() : void in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public testListDatabases() : void in class com.orientechnologies.orient.core.db.OrientDBRemoteTest |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public testPool() : void in class com.orientechnologies.orient.core.db.OrientDBRemoteTest |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public testCopyOpenedDatabase() : void in class com.orientechnologies.orient.core.db.OrientDBRemoteTest |
From |
To |
|
Change Variable Type factory : OEmbeddedDBFactory to factory : OrientDBEmbedded in method protected getOrCreateEmbeddedFactory(baseUrl String, config OrientDBConfig) : OrientDBEmbedded in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Variable Type factory : OrientDBFactory to factory : OrientDB in method public testListDatabases() : void in class com.orientechnologies.orient.core.db.OrientDBEmbeddedTests |
From |
To |
|
Change Attribute Type factory : OrientDBFactory to factory : OrientDB in class com.orientechnologies.orient.server.OConnetionExecutorTransactionTest |
From |
To |
|
Change Attribute Type factory : ORemoteDBFactory to factory : OrientDBRemote in class com.orientechnologies.orient.core.db.ORemotePoolByFactory |
From |
To |
|
Change Attribute Type factory : OrientDBFactory to factory : OrientDB in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Attribute Type factories : Set<OEmbeddedDBFactory> to factories : Set<OrientDBEmbedded> in class com.orientechnologies.orient.core.Orient |
From |
To |
|
Change Attribute Type factory : OrientDBFactory to factory : OrientDB in class com.orientechnologies.orient.core.tx.TransactionChangesDetectionTest |
From |
To |
|
Change Attribute Type databases : OEmbeddedDBFactory to databases : OrientDBEmbedded in class com.orientechnologies.orient.server.OServer |
From |
To |
|
Change Attribute Type remote : ConcurrentMap<String,OrientDBFactory> to remote : ConcurrentMap<String,OrientDB> in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Attribute Type embedded : ConcurrentMap<String,OrientDBFactory> to embedded : ConcurrentMap<String,OrientDB> in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Attribute Type factory : OrientDBFactory to factory : OrientDB in class com.orientechnologies.orient.server.tx.RemoteTransactionSupportTest |
From |
To |
|
Change Attribute Type factory : OEmbeddedDBFactory to factory : OrientDBEmbedded in class com.orientechnologies.orient.core.db.OEmbeddedPoolByFactory |
From |
To |
|
Change Attribute Type factory : OrientDBFactory to factory : OrientDB in class com.orientechnologies.lucene.test.LuceneAutomaticBackupRestoreTest |
From |
To |
|
Change Attribute Type factory : OrientDBFactory to factory : OrientDB in class com.orientechnologies.orient.object.db.OrientDBObject |
From |
To |