Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.mapping.StoredEntityType

Packages that use StoredEntityType
org.springframework.data.neo4j.core   
org.springframework.data.neo4j.mapping   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.mapping   
org.springframework.data.neo4j.support.typerepresentation   
 

Uses of StoredEntityType in org.springframework.data.neo4j.core
 

Methods in org.springframework.data.neo4j.core with parameters of type StoredEntityType
 long TypeRepresentationStrategy.count(StoredEntityType type)
           
<U> org.neo4j.helpers.collection.ClosableIterable<S>
TypeRepresentationStrategy.findAll(StoredEntityType type)
           
 void TypeRepresentationStrategy.writeTypeTo(S state, StoredEntityType type)
          Callback for setting up and/or storing type information after creation.
 

Uses of StoredEntityType in org.springframework.data.neo4j.mapping
 

Methods in org.springframework.data.neo4j.mapping that return StoredEntityType
 StoredEntityType Neo4jPersistentEntity.getEntityType()
           
 

Uses of StoredEntityType in org.springframework.data.neo4j.support
 

Methods in org.springframework.data.neo4j.support that return StoredEntityType
<T> StoredEntityType
Neo4jTemplate.getEntityType(Class<T> target)
           
 StoredEntityType Neo4jTemplate.getStoredEntityType(Object entity)
           
 

Uses of StoredEntityType in org.springframework.data.neo4j.support.mapping
 

Methods in org.springframework.data.neo4j.support.mapping that return StoredEntityType
 StoredEntityType Neo4jPersistentEntityImpl.getEntityType()
           
 StoredEntityType Neo4jMappingContext.getStoredEntityType(Class type)
           
 

Methods in org.springframework.data.neo4j.support.mapping that return types with arguments of type StoredEntityType
 Collection<StoredEntityType> StoredEntityType.getSuperTypes()
           
 

Uses of StoredEntityType in org.springframework.data.neo4j.support.typerepresentation
 

Methods in org.springframework.data.neo4j.support.typerepresentation with parameters of type StoredEntityType
protected  void AbstractIndexingTypeRepresentationStrategy.addToTypesIndex(S element, StoredEntityType type)
           
 long TypeRepresentationStrategies.count(StoredEntityType type)
           
 long SubReferenceNodeTypeRepresentationStrategy.count(StoredEntityType type)
           
 long NoopRelationshipTypeRepresentationStrategy.count(StoredEntityType type)
           
 long NoopNodeTypeRepresentationStrategy.count(StoredEntityType type)
           
 long AbstractIndexingTypeRepresentationStrategy.count(StoredEntityType type)
           
<T> org.neo4j.helpers.collection.ClosableIterable<org.neo4j.graphdb.Node>
SubReferenceNodeTypeRepresentationStrategy.findAll(StoredEntityType type)
           
<U> org.neo4j.helpers.collection.ClosableIterable<org.neo4j.graphdb.PropertyContainer>
TypeRepresentationStrategies.findAll(StoredEntityType type)
           
<U> org.neo4j.helpers.collection.ClosableIterable<org.neo4j.graphdb.Relationship>
NoopRelationshipTypeRepresentationStrategy.findAll(StoredEntityType type)
           
<U> org.neo4j.helpers.collection.ClosableIterable<org.neo4j.graphdb.Node>
NoopNodeTypeRepresentationStrategy.findAll(StoredEntityType type)
           
<U> org.neo4j.helpers.collection.ClosableIterable<S>
AbstractIndexingTypeRepresentationStrategy.findAll(StoredEntityType type)
           
 org.neo4j.graphdb.Node SubReferenceNodeTypeRepresentationStrategy.findSubreferenceNode(StoredEntityType type)
           
 org.neo4j.graphdb.Node SubReferenceNodeTypeRepresentationStrategy.obtainSubreferenceNode(StoredEntityType type)
           
 void SubReferenceNodeTypeRepresentationStrategy.writeTypeTo(org.neo4j.graphdb.Node state, StoredEntityType type)
           
 void NoopNodeTypeRepresentationStrategy.writeTypeTo(org.neo4j.graphdb.Node state, StoredEntityType type)
           
 void TypeRepresentationStrategies.writeTypeTo(org.neo4j.graphdb.PropertyContainer state, StoredEntityType type)
           
 void NoopRelationshipTypeRepresentationStrategy.writeTypeTo(org.neo4j.graphdb.Relationship state, StoredEntityType type)
           
 void AbstractIndexingTypeRepresentationStrategy.writeTypeTo(S state, StoredEntityType type)
           
 


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.