org.springframework.data.neo4j.support.typerepresentation
Class TypeRepresentationStrategyFactory
java.lang.Object
org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory
public class TypeRepresentationStrategyFactory
- extends Object
Constructor Summary |
TypeRepresentationStrategyFactory(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService,
org.springframework.data.persistence.EntityInstantiator<NodeBacked,org.neo4j.graphdb.Node> graphEntityInstantiator,
org.springframework.data.persistence.EntityInstantiator<RelationshipBacked,org.neo4j.graphdb.Relationship> relationshipEntityInstantiator)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeRepresentationStrategyFactory
public TypeRepresentationStrategyFactory(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService,
org.springframework.data.persistence.EntityInstantiator<NodeBacked,org.neo4j.graphdb.Node> graphEntityInstantiator,
org.springframework.data.persistence.EntityInstantiator<RelationshipBacked,org.neo4j.graphdb.Relationship> relationshipEntityInstantiator)
getNodeTypeRepresentationStrategy
public NodeTypeRepresentationStrategy getNodeTypeRepresentationStrategy()
getRelationshipTypeRepresentationStrategy
public RelationshipTypeRepresentationStrategy getRelationshipTypeRepresentationStrategy()
Copyright © 2011 SpringSource. All Rights Reserved.