public class ODBDetachTransformer<T> extends Object implements Function<T,T>, org.apache.commons.collections.Transformer
| Modifier and Type | Field and Description |
|---|---|
protected com.orientechnologies.orient.core.db.OPartitionedDatabasePool |
connectionPool
Document database Connection Pool
|
| Constructor and Description |
|---|
ODBDetachTransformer() |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(T input) |
protected com.orientechnologies.orient.object.db.OObjectDatabaseTx |
getConnection() |
com.orientechnologies.orient.core.db.OPartitionedDatabasePool |
getConnectionPool() |
void |
setConnectionPool(com.orientechnologies.orient.core.db.OPartitionedDatabasePool connectionPool) |
Object |
transform(Object input) |
protected transient com.orientechnologies.orient.core.db.OPartitionedDatabasePool connectionPool
ODatabasePool,
OPartitionedDatabasePoolprotected com.orientechnologies.orient.object.db.OObjectDatabaseTx getConnection()
public Object transform(Object input)
transform in interface org.apache.commons.collections.Transformerpublic com.orientechnologies.orient.core.db.OPartitionedDatabasePool getConnectionPool()
public void setConnectionPool(com.orientechnologies.orient.core.db.OPartitionedDatabasePool connectionPool)
Copyright © 2018. All rights reserved.