|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionBuilder | |
|---|---|
| org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
| org.neo4j.tooling.wrap | |
| Uses of TransactionBuilder in org.neo4j.kernel |
|---|
| Methods in org.neo4j.kernel that return TransactionBuilder | |
|---|---|
abstract TransactionBuilder |
AbstractGraphDatabase.tx()
Returns a new builder where some aspects of the behavior can be configured. |
TransactionBuilder |
EmbeddedGraphDatabase.tx()
|
TransactionBuilder |
EmbeddedReadOnlyGraphDatabase.tx()
|
TransactionBuilder |
TransactionBuilder.unforced()
Relaxes the forcing constraint of the logical logs for this transaction so that the data is written out, but not forced to disk. |
| Uses of TransactionBuilder in org.neo4j.tooling.wrap |
|---|
| Methods in org.neo4j.tooling.wrap that return TransactionBuilder | |
|---|---|
TransactionBuilder |
WrappedGraphDatabase.tx()
|
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||