public static class Neo4jEntityPersister.CachedConverter<S extends org.neo4j.graphdb.PropertyContainer> extends Object implements Neo4jEntityConverter<Object,S>
| Constructor and Description |
|---|
CachedConverter(Neo4jEntityConverter<Object,S> delegate) |
| Modifier and Type | Method and Description |
|---|---|
ConversionService |
getConversionService() |
MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> |
getMappingContext() |
<R> R |
loadEntity(R entity,
S source,
MappingPolicy mappingPolicy,
Neo4jPersistentEntityImpl<R> persistentEntity,
Neo4jTemplate template) |
<R> R |
read(Class<R> type,
S state,
MappingPolicy mappingPolicy,
Neo4jTemplate template) |
void |
write(Object source,
S sink,
MappingPolicy mappingPolicy,
Neo4jTemplate template,
org.neo4j.graphdb.RelationshipType annotationProvidedRelationshipType) |
public CachedConverter(Neo4jEntityConverter<Object,S> delegate)
public MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> getMappingContext()
getMappingContext in interface Neo4jEntityConverter<Object,S extends org.neo4j.graphdb.PropertyContainer>public ConversionService getConversionService()
getConversionService in interface Neo4jEntityConverter<Object,S extends org.neo4j.graphdb.PropertyContainer>public <R> R loadEntity(R entity,
S source,
MappingPolicy mappingPolicy,
Neo4jPersistentEntityImpl<R> persistentEntity,
Neo4jTemplate template)
loadEntity in interface Neo4jEntityConverter<Object,S extends org.neo4j.graphdb.PropertyContainer>public <R> R read(Class<R> type, S state, MappingPolicy mappingPolicy, Neo4jTemplate template)
read in interface Neo4jEntityConverter<Object,S extends org.neo4j.graphdb.PropertyContainer>public void write(Object source, S sink, MappingPolicy mappingPolicy, Neo4jTemplate template, org.neo4j.graphdb.RelationshipType annotationProvidedRelationshipType)
write in interface Neo4jEntityConverter<Object,S extends org.neo4j.graphdb.PropertyContainer>Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.