|
Spring Data Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Neo4jPersistentEntity in org.springframework.data.neo4j.core |
---|
Methods in org.springframework.data.neo4j.core that return Neo4jPersistentEntity | |
---|---|
Neo4jPersistentEntity<?> |
EntityState.getPersistentEntity()
|
Uses of Neo4jPersistentEntity in org.springframework.data.neo4j.cross_store.support.node |
---|
Constructors in org.springframework.data.neo4j.cross_store.support.node with parameters of type Neo4jPersistentEntity | |
---|---|
CrossStoreNodeEntityState(org.neo4j.graphdb.Node underlyingState,
ENTITY entity,
Class<? extends ENTITY> type,
Neo4jTemplate template,
javax.persistence.PersistenceUnitUtil persistenceUnitUtil,
CrossStoreNodeEntityState.CrossStoreNodeDelegatingFieldAccessorFactory delegatingFieldAccessorFactory,
Neo4jPersistentEntity persistentEntity)
|
Uses of Neo4jPersistentEntity in org.springframework.data.neo4j.fieldaccess |
---|
Fields in org.springframework.data.neo4j.fieldaccess declared as Neo4jPersistentEntity | |
---|---|
protected Neo4jPersistentEntity<?> |
DefaultEntityState.persistentEntity
|
Methods in org.springframework.data.neo4j.fieldaccess that return Neo4jPersistentEntity | |
---|---|
Neo4jPersistentEntity<?> |
DetachedEntityState.getPersistentEntity()
|
Neo4jPersistentEntity<?> |
DefaultEntityState.getPersistentEntity()
|
Methods in org.springframework.data.neo4j.fieldaccess with parameters of type Neo4jPersistentEntity | ||
---|---|---|
|
DelegatingFieldAccessorFactory.accessorFactoriesFor(Neo4jPersistentEntity<?> type)
|
Constructors in org.springframework.data.neo4j.fieldaccess with parameters of type Neo4jPersistentEntity | |
---|---|
DefaultEntityState(STATE underlyingState,
Object entity,
Class<?> type,
DelegatingFieldAccessorFactory delegatingFieldAccessorFactory,
Neo4jPersistentEntity<?> persistentEntity)
|
Uses of Neo4jPersistentEntity in org.springframework.data.neo4j.mapping |
---|
Methods in org.springframework.data.neo4j.mapping that return Neo4jPersistentEntity | |
---|---|
Neo4jPersistentEntity<?> |
Neo4jPersistentProperty.getOwner()
|
Neo4jPersistentEntity |
RelationshipInfo.getTargetEntity()
|
Methods in org.springframework.data.neo4j.mapping that return types with arguments of type Neo4jPersistentEntity | |
---|---|
org.springframework.data.mapping.context.MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> |
Neo4jEntityConverter.getMappingContext()
|
Uses of Neo4jPersistentEntity in org.springframework.data.neo4j.repository.query |
---|
Methods in org.springframework.data.neo4j.repository.query with parameters of type Neo4jPersistentEntity | |
---|---|
String |
VariableContext.getVariableFor(Neo4jPersistentEntity<?> entity)
|
Uses of Neo4jPersistentEntity in org.springframework.data.neo4j.support.mapping |
---|
Classes in org.springframework.data.neo4j.support.mapping that implement Neo4jPersistentEntity | |
---|---|
class |
Neo4jPersistentEntityImpl<T>
Implementation of Neo4jPersistentEntity . |
Methods in org.springframework.data.neo4j.support.mapping that return types with arguments of type Neo4jPersistentEntity | |
---|---|
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 Neo4jPersistentEntity | ||
---|---|---|
|
SourceStateTransmitter.copyPropertiesFrom(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper,
S source,
Neo4jPersistentEntity<R> persistentEntity,
MappingPolicy mappingPolicy)
|
|
|
SourceStateTransmitter.copyPropertiesTo(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper,
S target,
Neo4jPersistentEntity<R> persistentEntity,
MappingPolicy mappingPolicy)
|
|
Object |
Neo4jEntityFetchHandler.fetch(Object value,
Neo4jPersistentEntity<Object> persistentEntity,
Neo4jPersistentProperty property,
MappingPolicy policy)
|
|
void |
Neo4jEntityFetchHandler.fetchValue(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<Object>,Object> wrapper,
org.neo4j.graphdb.PropertyContainer source,
Neo4jPersistentEntity<Object> persistentEntity,
MappingPolicy mappingPolicy)
|
Method parameters in org.springframework.data.neo4j.support.mapping with type arguments of type Neo4jPersistentEntity | ||
---|---|---|
|
SourceStateTransmitter.copyPropertiesFrom(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper,
S source,
Neo4jPersistentEntity<R> persistentEntity,
MappingPolicy mappingPolicy)
|
|
|
SourceStateTransmitter.copyPropertiesTo(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper,
S target,
Neo4jPersistentEntity<R> persistentEntity,
MappingPolicy mappingPolicy)
|
|
void |
Neo4jEntityFetchHandler.fetchValue(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<Object>,Object> wrapper,
org.neo4j.graphdb.PropertyContainer source,
Neo4jPersistentEntity<Object> persistentEntity,
MappingPolicy mappingPolicy)
|
|
|
SourceStateTransmitter.setProperty(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<R>,?> wrapper,
Neo4jPersistentProperty property,
Object value)
|
Uses of Neo4jPersistentEntity in org.springframework.data.neo4j.support.node |
---|
Constructors in org.springframework.data.neo4j.support.node with parameters of type Neo4jPersistentEntity | |
---|---|
NodeEntityState(org.neo4j.graphdb.Node underlyingState,
Object entity,
Class<? extends Object> type,
Neo4jTemplate template,
DelegatingFieldAccessorFactory nodeDelegatingFieldAccessorFactory,
Neo4jPersistentEntity<Object> persistentEntity)
|
Uses of Neo4jPersistentEntity in org.springframework.data.neo4j.support.relationship |
---|
Constructors in org.springframework.data.neo4j.support.relationship with parameters of type Neo4jPersistentEntity | |
---|---|
RelationshipEntityState(org.neo4j.graphdb.Relationship underlyingState,
Object entity,
Class<? extends Object> type,
Neo4jTemplate template,
DelegatingFieldAccessorFactory delegatingFieldAccessorFactory,
Neo4jPersistentEntity<Object> persistentEntity)
|
|
Spring Data Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |