|
Change Parameter Type factory : OrientDB to factory : OrientDBInternal in method private OrientDBObject(factory OrientDBInternal) in class com.orientechnologies.orient.object.db.OrientDBObject |
From |
To |
|
Change Parameter Type databaseType : DatabaseType to databaseType : ODatabaseType in method public create(name String, user String, password String, databaseType ODatabaseType, config OrientDBConfig) : void in class com.orientechnologies.orient.core.db.OrientDBRemote |
From |
To |
|
Change Parameter Type type : OrientDB.DatabaseType to type : ODatabaseType in method public create(name String, user String, password String, type ODatabaseType) : void in class com.orientechnologies.orient.object.db.OrientDBObject |
From |
To |
|
Change Parameter Type pool : ODatabasePool to pool : ODatabasePoolInternal in method public ODatabaseObjectPool(pool ODatabasePoolInternal) in class com.orientechnologies.orient.object.db.ODatabaseObjectPool |
From |
To |
|
Change Parameter Type databaseType : DatabaseType to databaseType : ODatabaseType in method public create(name String, user String, password String, databaseType ODatabaseType) : void in class com.orientechnologies.orient.core.db.OrientDBRemote |
From |
To |
|
Change Parameter Type type : DatabaseType to type : ODatabaseType in method public create(name String, user String, password String, type ODatabaseType, config OrientDBConfig) : void in class com.orientechnologies.orient.core.db.OrientDBEmbedded |
From |
To |
|
Change Parameter Type type : OrientDB.DatabaseType to type : ODatabaseType in method public create(name String, user String, password String, type ODatabaseType, config OrientDBConfig) : void in class com.orientechnologies.orient.object.db.OrientDBObject |
From |
To |
|
Change Parameter Type type : DatabaseType to type : ODatabaseType in method public create(name String, user String, password String, type ODatabaseType) : void in class com.orientechnologies.orient.core.db.OrientDBEmbedded |
From |
To |
|
Change Parameter Type type : OrientDB.DatabaseType to type : ODatabaseType in method public createDatabase(databaseName String, type ODatabaseType, config OrientDBConfig) : void in class com.orientechnologies.orient.server.OServer |
From |
To |
|
Move Method public remote(hosts String[], configuration OrientDBConfig) : OrientDB from class com.orientechnologies.orient.core.db.OrientDB to public remote(hosts String[], configuration OrientDBConfig) : OrientDBInternal from class com.orientechnologies.orient.core.db.OrientDBInternal |
From |
To |
|
Move Method public fromUrl(url String, configuration OrientDBConfig) : OrientDB from class com.orientechnologies.orient.core.db.OrientDB to public fromUrl(url String, configuration OrientDBConfig) : OrientDBInternal from class com.orientechnologies.orient.core.db.OrientDBInternal |
From |
To |
|
Move Method public embedded(directoryPath String, config OrientDBConfig) : OrientDB from class com.orientechnologies.orient.core.db.OrientDB to public embedded(directoryPath String, config OrientDBConfig) : OrientDBInternal from class com.orientechnologies.orient.core.db.OrientDBInternal |
From |
To |
|
Change Return Type OrientDB to OrientDBInternal in method public embedded(directoryPath String, config OrientDBConfig) : OrientDBInternal in class com.orientechnologies.orient.core.db.OrientDBInternal |
From |
To |
|
Change Return Type ODatabasePool to ODatabasePoolInternal in method public openPool(name String, user String, password String) : ODatabasePoolInternal in class com.orientechnologies.orient.core.db.OrientDBEmbedded |
From |
To |
|
Change Return Type OrientDB to OrientDBInternal in method protected getOrCreateRemoteFactory(baseUrl String) : OrientDBInternal in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Return Type ODatabasePool to ODatabasePoolInternal in method public openPool(name String, user String, password String, config OrientDBConfig) : ODatabasePoolInternal in class com.orientechnologies.orient.core.db.OrientDBRemote |
From |
To |
|
Change Return Type OrientDB to OrientDBInternal in method public fromUrl(url String, configuration OrientDBConfig) : OrientDBInternal in class com.orientechnologies.orient.core.db.OrientDBInternal |
From |
To |
|
Change Return Type ODatabasePool to ODatabasePoolInternal in method public openPool(name String, user String, password String) : ODatabasePoolInternal in class com.orientechnologies.orient.core.db.OrientDBRemote |
From |
To |
|
Change Return Type OrientDB to OrientDBInternal in method public remote(hosts String[], configuration OrientDBConfig) : OrientDBInternal in class com.orientechnologies.orient.core.db.OrientDBInternal |
From |
To |
|
Change Return Type ODatabasePool to ODatabasePoolInternal in method public openPool(name String, user String, password String, config OrientDBConfig) : ODatabasePoolInternal in class com.orientechnologies.orient.core.db.OrientDBEmbedded |
From |
To |
|
Change Attribute Type embedded : ConcurrentMap<String,OrientDB> to embedded : ConcurrentMap<String,OrientDBInternal> in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Attribute Type pools : Set<ODatabasePool> to pools : Set<ODatabasePoolInternal> in class com.orientechnologies.orient.core.db.OrientDBRemote |
From |
To |
|
Change Attribute Type factory : OrientDB to factory : OrientDBInternal in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Attribute Type remote : ConcurrentMap<String,OrientDB> to remote : ConcurrentMap<String,OrientDBInternal> in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Attribute Type pool : ODatabasePool to pool : ODatabasePoolInternal in class com.orientechnologies.orient.object.db.ODatabaseObjectPool |
From |
To |
|
Change Attribute Type factory : OrientDB to factory : OrientDBInternal in class com.orientechnologies.orient.object.db.OrientDBObject |
From |
To |
|
Change Attribute Type pools : Set<ODatabasePool> to pools : Set<ODatabasePoolInternal> in class com.orientechnologies.orient.core.db.OrientDBEmbedded |
From |
To |