Spring Data Neo4j

Constant Field Values


Contents
org.springframework.*

org.springframework.data.neo4j.annotation.GraphProperty
public static final String UNSET_DEFAULT "\u0000"

org.springframework.data.neo4j.config.DataGraphBeanDefinitionParser
public static final String ASPECTJ_CONFIG "org.springframework.data.neo4j.aspects.config.Neo4jAspectConfiguration"
public static final String CROSS_STORE_CONFIG "org.springframework.data.neo4j.cross_store.config.CrossStoreNeo4jConfiguration"

org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityState<ENTITY extends NodeBacked>
public static final String FOREIGN_ID "foreignId"
public static final String FOREIGN_ID_INDEX "foreign_id"

org.springframework.data.neo4j.repository.query.QueryTemplates
public static final String PARAMETER "%d"
public static final String PARAMETER_INDEX_QUERY "%s:%s"

org.springframework.data.neo4j.support.query.GremlinExecutor
public static final int REFRESH_ENGINE_COUNT 10000

org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy<S extends org.neo4j.graphdb.PropertyContainer>
public static final String INDEX_KEY "className"
public static final String TYPE_PROPERTY_NAME "__type__"

org.springframework.data.neo4j.support.typerepresentation.IndexingNodeTypeRepresentationStrategy
public static final String INDEX_NAME "__types__"

org.springframework.data.neo4j.support.typerepresentation.IndexingRelationshipTypeRepresentationStrategy
public static final String INDEX_NAME "__rel_types__"

org.springframework.data.neo4j.support.typerepresentation.SubReferenceNodeTypeRepresentationStrategy
public static final String SUBREF_CLASS_KEY "class"
public static final String SUBREF_PREFIX "SUBREF_"
public static final String SUBREFERENCE_NODE_COUNTER_KEY "count"


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.