Class SyncopeNeo4jRepository<T,ID>
java.lang.Object
org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository<T,ID>
org.springframework.data.neo4j.repository.support.SyncopeNeo4jRepository<T,ID>
- All Implemented Interfaces:
org.springframework.data.repository.CrudRepository<T,,ID> org.springframework.data.repository.PagingAndSortingRepository<T,,ID> org.springframework.data.repository.Repository<T,ID>
public class SyncopeNeo4jRepository<T,ID>
extends org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository<T,ID>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.springframework.data.neo4j.core.mapping.CypherGeneratorprotected final org.springframework.data.neo4j.core.mapping.Neo4jPersistentEntity<T> protected final org.springframework.data.neo4j.core.Neo4jOperations -
Constructor Summary
ConstructorsConstructorDescriptionSyncopeNeo4jRepository(org.springframework.data.neo4j.core.Neo4jOperations neo4jOperations, org.springframework.data.neo4j.repository.support.Neo4jEntityInformation<T, ID> entityInformation) -
Method Summary
Methods inherited from class org.springframework.data.neo4j.repository.support.SimpleNeo4jRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAll, findAll, findAllById, findById, saveAll
-
Field Details
-
CYPHER_GENERATOR
protected static final org.springframework.data.neo4j.core.mapping.CypherGenerator CYPHER_GENERATOR -
neo4jOperations
protected final org.springframework.data.neo4j.core.Neo4jOperations neo4jOperations -
entityInformation
-
entityMetaData
-
-
Constructor Details
-
SyncopeNeo4jRepository
-
-
Method Details