Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.mapping.Neo4jPersistentProperty

Packages that use Neo4jPersistentProperty
org.springframework.data.neo4j.core   
org.springframework.data.neo4j.cross_store.fieldaccess   
org.springframework.data.neo4j.cross_store.support.node   
org.springframework.data.neo4j.fieldaccess   
org.springframework.data.neo4j.mapping   
org.springframework.data.neo4j.repository.query   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.index   
org.springframework.data.neo4j.support.mapping   
 

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

Methods in org.springframework.data.neo4j.core with parameters of type Neo4jPersistentProperty
 org.neo4j.graphdb.traversal.TraversalDescription FieldTraversalDescriptionBuilder.build(Object start, Neo4jPersistentProperty property, String... params)
          Builder method for traversal description.
 Object EntityState.getDefaultValue(Neo4jPersistentProperty property)
           
 Object EntityState.getValue(Neo4jPersistentProperty property, MappingPolicy mappingPolicy)
           
 boolean EntityState.isWritable(Neo4jPersistentProperty property)
           
 Object EntityState.setValue(Neo4jPersistentProperty property, Object newVal, MappingPolicy mappingPolicy)
           
 

Uses of Neo4jPersistentProperty in org.springframework.data.neo4j.cross_store.fieldaccess
 

Fields in org.springframework.data.neo4j.cross_store.fieldaccess declared as Neo4jPersistentProperty
protected  Neo4jPersistentProperty JpaIdFieldAccessListenerFactory.JpaIdFieldListener.property
           
 

Methods in org.springframework.data.neo4j.cross_store.fieldaccess with parameters of type Neo4jPersistentProperty
 boolean JpaIdFieldAccessListenerFactory.accept(Neo4jPersistentProperty property)
           
 FieldAccessListener JpaIdFieldAccessListenerFactory.forField(Neo4jPersistentProperty property)
           
 

Constructors in org.springframework.data.neo4j.cross_store.fieldaccess with parameters of type Neo4jPersistentProperty
JpaIdFieldAccessListenerFactory.JpaIdFieldListener(Neo4jPersistentProperty property, Neo4jTemplate template)
           
 

Uses of Neo4jPersistentProperty in org.springframework.data.neo4j.cross_store.support.node
 

Methods in org.springframework.data.neo4j.cross_store.support.node with parameters of type Neo4jPersistentProperty
 boolean CrossStoreNodeEntityState.isWritable(Neo4jPersistentProperty property)
           
 

Uses of Neo4jPersistentProperty in org.springframework.data.neo4j.fieldaccess
 

Fields in org.springframework.data.neo4j.fieldaccess declared as Neo4jPersistentProperty
protected  Neo4jPersistentProperty TraversalFieldAccessorFactory.TraversalFieldAccessor.property
           
protected  Neo4jPersistentProperty TransientFieldAccessorFactory.TransientFieldAccessor.property
           
protected  Neo4jPersistentProperty QueryFieldAccessorFactory.QueryFieldAccessor.property
           
protected  Neo4jPersistentProperty PropertyFieldAccessorFactory.PropertyFieldAccessor.property
           
protected  Neo4jPersistentProperty IdFieldAccessorFactory.IdFieldAccessor.property
           
protected  Neo4jPersistentProperty AbstractNodeRelationshipFieldAccessor.property
           
 

Methods in org.springframework.data.neo4j.fieldaccess that return Neo4jPersistentProperty
 Neo4jPersistentProperty FieldAccessorFactoryProviders.getIdProperty()
           
protected  Neo4jPersistentProperty DefaultEntityState.property(Field field)
           
 

Methods in org.springframework.data.neo4j.fieldaccess that return types with arguments of type Neo4jPersistentProperty
 Map<Neo4jPersistentProperty,List<FieldAccessListener>> FieldAccessorFactoryProviders.getFieldAccessListeners()
           
 Map<Neo4jPersistentProperty,FieldAccessor> FieldAccessorFactoryProviders.getFieldAccessors()
           
 

Methods in org.springframework.data.neo4j.fieldaccess with parameters of type Neo4jPersistentProperty
 boolean TraversalFieldAccessorFactory.accept(Neo4jPersistentProperty f)
           
 boolean TransientFieldAccessorFactory.accept(Neo4jPersistentProperty property)
           
 boolean SingleRelationshipFieldAccessorFactory.accept(Neo4jPersistentProperty property)
           
 boolean RelationshipNodeFieldAccessorFactory.accept(Neo4jPersistentProperty f)
           
 boolean ReadOnlyOneToNRelationshipFieldAccessorFactory.accept(Neo4jPersistentProperty f)
           
 boolean QueryFieldAccessorFactory.accept(Neo4jPersistentProperty f)
           
 boolean PropertyFieldAccessorFactory.accept(Neo4jPersistentProperty f)
           
 boolean OneToNRelationshipFieldAccessorFactory.accept(Neo4jPersistentProperty property)
           
 boolean OneToNRelationshipEntityFieldAccessorFactory.accept(Neo4jPersistentProperty property)
           
 boolean IndexingPropertyFieldAccessorListenerFactory.accept(Neo4jPersistentProperty property)
           
 boolean IdFieldAccessorFactory.accept(Neo4jPersistentProperty property)
           
 boolean FieldAccessorListenerFactory.accept(Neo4jPersistentProperty property)
           
 boolean FieldAccessorFactory.accept(Neo4jPersistentProperty f)
           
 boolean DynamicPropertiesFieldAccessorFactory.accept(Neo4jPersistentProperty f)
           
 boolean DelegatingFieldAccessorFactory.accept(Neo4jPersistentProperty f)
           
 boolean ConvertingNodePropertyFieldAccessorFactory.accept(Neo4jPersistentProperty property)
           
protected  FieldAccessor DefaultEntityState.accessorFor(Neo4jPersistentProperty property)
           
 void FieldAccessorFactoryProviders.add(Neo4jPersistentProperty property, FieldAccessorFactory fieldAccessorFactory, List<FieldAccessorListenerFactory> listenerFactories)
           
static ManagedPrefixedDynamicProperties ManagedPrefixedDynamicProperties.create(String prefix, Neo4jPersistentProperty property, Object entity, Neo4jTemplate template, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
 FieldAccessor TraversalFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor TransientFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor SingleRelationshipFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor RelationshipNodeFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor ReadOnlyOneToNRelationshipFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor QueryFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor PropertyFieldAccessorFactory.forField(Neo4jPersistentProperty field)
           
 FieldAccessor OneToNRelationshipFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor OneToNRelationshipEntityFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessListener IndexingPropertyFieldAccessorListenerFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor IdFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessListener FieldAccessorListenerFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor FieldAccessorFactory.forField(Neo4jPersistentProperty f)
           
 FieldAccessor DynamicPropertiesFieldAccessorFactory.forField(Neo4jPersistentProperty field)
           
 FieldAccessor DelegatingFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 FieldAccessor ConvertingNodePropertyFieldAccessorFactory.forField(Neo4jPersistentProperty property)
           
 Object DetachedEntityState.getDefaultValue(Neo4jPersistentProperty property)
           
 Object DefaultEntityState.getDefaultValue(Neo4jPersistentProperty property)
           
 Object DetachedEntityState.getValue(Neo4jPersistentProperty property, MappingPolicy mappingPolicy)
           
 Object DefaultEntityState.getValue(Neo4jPersistentProperty property, MappingPolicy mappingPolicy)
           
 boolean DetachedEntityState.isWritable(Neo4jPersistentProperty property)
           
 boolean DefaultEntityState.isWritable(Neo4jPersistentProperty property)
           
 List<FieldAccessListener> DelegatingFieldAccessorFactory.listenersFor(Neo4jPersistentProperty property)
           
 Object DetachedEntityState.setValue(Neo4jPersistentProperty property, Object newVal, MappingPolicy mappingPolicy)
           
 Object DefaultEntityState.setValue(Neo4jPersistentProperty property, Object newVal, MappingPolicy mappingPolicy)
           
 

Constructors in org.springframework.data.neo4j.fieldaccess with parameters of type Neo4jPersistentProperty
AbstractNodeRelationshipFieldAccessor(Class<?> clazz, Neo4jTemplate template, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType type, Neo4jPersistentProperty property)
           
ConvertingNodePropertyFieldAccessorFactory.ConvertingNodePropertyFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
DynamicPropertiesFieldAccessorFactory.DynamicPropertiesFieldAccessor(Neo4jTemplate template, String propertyName, Neo4jPersistentProperty field)
           
IdFieldAccessorFactory.IdFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener(Neo4jPersistentProperty property, Neo4jTemplate template)
           
ManagedFieldAccessorSet(Object entity, Object newVal, Neo4jPersistentProperty property, Neo4jTemplate ctx, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
ManagedPrefixedDynamicProperties(String prefix, int initialCapacity, Neo4jPersistentProperty property, Object entity, Neo4jTemplate template, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
ManagedPrefixedDynamicProperties(String prefix, Neo4jPersistentProperty property, Object entity, Neo4jTemplate template, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
NodeToNodesRelationshipFieldAccessor(Class<?> clazz, Neo4jTemplate template, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType type, Neo4jPersistentProperty property)
           
OneToNRelationshipEntityFieldAccessorFactory.OneToNRelationshipEntityFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> elementClass, Neo4jTemplate template, Neo4jPersistentProperty property)
           
OneToNRelationshipFieldAccessorFactory.OneToNRelationshipFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> elementClass, Neo4jTemplate template, Neo4jPersistentProperty property)
           
PropertyConverter(ConversionService conversionService, Neo4jPersistentProperty property)
           
PropertyFieldAccessorFactory.PropertyFieldAccessor(Neo4jTemplate template, Neo4jPersistentProperty property)
           
QueryFieldAccessorFactory.QueryFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
ReadOnlyOneToNRelationshipFieldAccessorFactory.ReadOnlyOneToNRelationshipFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> elementClass, Neo4jTemplate template, Neo4jPersistentProperty field)
           
RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
SingleRelationshipFieldAccessorFactory.SingleRelationshipFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> clazz, Neo4jTemplate template, Neo4jPersistentProperty property)
           
TransientFieldAccessorFactory.TransientFieldAccessor(Neo4jPersistentProperty property)
           
TraversalFieldAccessorFactory.TraversalFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
 

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

Methods in org.springframework.data.neo4j.mapping that return Neo4jPersistentProperty
 Neo4jPersistentProperty RelationshipProperties.getEndNodeProperty()
           
 Neo4jPersistentProperty RelationshipProperties.getStartNodeProperty()
           
 Neo4jPersistentProperty RelationshipProperties.getTypeProperty()
           
 

Methods in org.springframework.data.neo4j.mapping that return types with arguments of type Neo4jPersistentProperty
 org.springframework.data.mapping.context.MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> Neo4jEntityConverter.getMappingContext()
           
 

Constructors in org.springframework.data.neo4j.mapping with parameters of type Neo4jPersistentProperty
IndexInfo(Indexed annotation, Neo4jPersistentProperty property)
           
 

Uses of Neo4jPersistentProperty in org.springframework.data.neo4j.repository.query
 

Method parameters in org.springframework.data.neo4j.repository.query with type arguments of type Neo4jPersistentProperty
 String VariableContext.getVariableFor(org.springframework.data.mapping.context.PersistentPropertyPath<Neo4jPersistentProperty> path)
           
 

Constructor parameters in org.springframework.data.neo4j.repository.query with type arguments of type Neo4jPersistentProperty
PartInfo(org.springframework.data.mapping.context.PersistentPropertyPath<Neo4jPersistentProperty> path, String variable, org.springframework.data.repository.query.parser.Part part, int index)
           
 

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

Methods in org.springframework.data.neo4j.support with parameters of type Neo4jPersistentProperty
<S extends org.neo4j.graphdb.PropertyContainer>
org.neo4j.graphdb.index.Index<S>
Neo4jTemplate.getIndex(Neo4jPersistentProperty property, Class<?> instanceType)
           
 String Neo4jTemplate.getIndexKey(Neo4jPersistentProperty property)
           
 

Uses of Neo4jPersistentProperty in org.springframework.data.neo4j.support.index
 

Methods in org.springframework.data.neo4j.support.index with parameters of type Neo4jPersistentProperty
<S extends org.neo4j.graphdb.PropertyContainer>
org.neo4j.graphdb.index.Index<S>
IndexProvider.getIndex(Neo4jPersistentProperty property, Class<?> instanceType)
           
 

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

Methods in org.springframework.data.neo4j.support.mapping that return Neo4jPersistentProperty
protected  Neo4jPersistentProperty Neo4jMappingContext.createPersistentProperty(Field field, PropertyDescriptor descriptor, Neo4jPersistentEntityImpl<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
           
 Neo4jPersistentProperty Neo4jPersistentEntityImpl.getEndNodeProperty()
           
 Neo4jPersistentProperty Neo4jPersistentEntityImpl.getStartNodeProperty()
           
 Neo4jPersistentProperty Neo4jPersistentEntityImpl.getTypeProperty()
           
 

Methods in org.springframework.data.neo4j.support.mapping that return types with arguments of type Neo4jPersistentProperty
 org.springframework.data.mapping.context.MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> Neo4jEntityPersister.getMappingContext()
           
 org.springframework.data.mapping.context.MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> Neo4jEntityPersister.CachedConverter.getMappingContext()
           
 org.springframework.data.mapping.context.MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> Neo4jEntityConverterImpl.getMappingContext()
           
 

Methods in org.springframework.data.neo4j.support.mapping with parameters of type Neo4jPersistentProperty
 void Neo4jPersistentEntityImpl.addPersistentProperty(Neo4jPersistentProperty property)
           
 Object Neo4jEntityFetchHandler.fetch(Object value, Neo4jPersistentEntity<Object> persistentEntity, Neo4jPersistentProperty property, MappingPolicy policy)
           
<R> void
SourceStateTransmitter.setProperty(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<R>,?> wrapper, Neo4jPersistentProperty property, Object value)
           
 

Method parameters in org.springframework.data.neo4j.support.mapping with type arguments of type Neo4jPersistentProperty
 void Neo4jPersistentEntityImpl.addAssociation(org.springframework.data.mapping.Association<Neo4jPersistentProperty> neo4jPersistentPropertyAssociation)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.