T
- the type of entity created by this UniqueFactory
.MERGE
clause instead.@Deprecated public abstract class UniqueFactory<T extends PropertyContainer> extends Object
putIfAbsent() method
of the referenced index.Modifier and Type | Class and Description |
---|---|
static class |
UniqueFactory.UniqueEntity<T extends PropertyContainer>
Deprecated.
|
static class |
UniqueFactory.UniqueNodeFactory
Deprecated.
|
static class |
UniqueFactory.UniqueRelationshipFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
getOrCreate(String key,
Object value)
Deprecated.
|
UniqueFactory.UniqueEntity<T> |
getOrCreateWithOutcome(String key,
Object value)
Deprecated.
|
@Deprecated public final T getOrCreate(String key, Object value)
key
- the key to find the entity under in the index.value
- the value the key is mapped to for the entity in the index.@Deprecated public final UniqueFactory.UniqueEntity<T> getOrCreateWithOutcome(String key, Object value)
key
- the key to find the entity under in the index.value
- the value the key is mapped to for the entity in the index.UniqueFactory.UniqueEntity
.Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.