| Package | Description |
|---|---|
| org.neo4j.ogm.context | |
| org.neo4j.ogm.session | |
| org.neo4j.ogm.session.delegates |
| Modifier and Type | Method and Description |
|---|---|
static WriteProtectionTarget |
WriteProtectionTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteProtectionTarget[] |
WriteProtectionTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityGraphMapper.addWriteProtection(BiFunction<WriteProtectionTarget,Class<?>,Predicate<Object>> writeProtectionSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
Neo4jSession.addWriteProtection(WriteProtectionTarget target,
Predicate<Object> protection)
|
void |
Neo4jSession.removeWriteProtection(WriteProtectionTarget target)
Removes write protection for the specified mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaveDelegate.addWriteProtection(WriteProtectionTarget target,
Predicate<Object> protection) |
void |
SaveDelegate.removeWriteProtection(WriteProtectionTarget target) |
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.