public interface RelationshipRepository<T extends de.whitefrog.frogr.model.relationship.Relationship> extends Repository<T>
| Modifier and Type | Method and Description |
|---|---|
T |
createModel(Model from,
Model to)
Creates a relationship model between two models.
|
org.neo4j.graphdb.Relationship |
getRelationship(de.whitefrog.frogr.model.relationship.Relationship model)
Get the underlying neo4j relationship for a relationship model.
|
cache, contains, createModel, createModel, dispose, fetch, fetch, fetch, find, findByUuid, getModelClass, getType, graph, initialize, persistence, queryBuilder, queryIdentifier, refetch, refetch, relationships, remove, save, save, save, search, service, sortT createModel(Model from, Model to)
from - Relationship starts hereto - Relationship ends hereorg.neo4j.graphdb.Relationship getRelationship(de.whitefrog.frogr.model.relationship.Relationship model)
model - Relationship model used to get the neo4j relationshipCopyright © 2018. All rights reserved.