Modifier and Type | Method and Description |
---|---|
Neo4jPersistentEntity<?> |
EntityState.getPersistentEntity() |
Constructor and Description |
---|
CrossStoreNodeEntityState(org.neo4j.graphdb.Node underlyingState,
NodeBacked entity,
Class<? extends NodeBacked> type,
Neo4jTemplate template,
javax.persistence.PersistenceUnitUtil persistenceUnitUtil,
DelegatingFieldAccessorFactory delegatingFieldAccessorFactory,
Neo4jPersistentEntity persistentEntity) |
Modifier and Type | Field and Description |
---|---|
protected Neo4jPersistentEntity<?> |
DefaultEntityState.persistentEntity |
Modifier and Type | Method and Description |
---|---|
Neo4jPersistentEntity<?> |
DetachedEntityState.getPersistentEntity() |
Neo4jPersistentEntity<?> |
DefaultEntityState.getPersistentEntity() |
Modifier and Type | Method and Description |
---|---|
<T> FieldAccessorFactoryProviders<T> |
DelegatingFieldAccessorFactory.accessorFactoriesFor(Neo4jPersistentEntity<?> type) |
Constructor and Description |
---|
DefaultEntityState(STATE underlyingState,
Object entity,
Class<?> type,
DelegatingFieldAccessorFactory delegatingFieldAccessorFactory,
Neo4jPersistentEntity<?> persistentEntity) |
Modifier and Type | Method and Description |
---|---|
Neo4jPersistentEntity<?> |
Neo4jPersistentProperty.getOwner() |
Neo4jPersistentEntity |
RelationshipInfo.getTargetEntity() |
Modifier and Type | Method and Description |
---|---|
MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> |
Neo4jEntityConverter.getMappingContext() |
Modifier and Type | Method and Description |
---|---|
String |
VariableContext.getVariableFor(Neo4jPersistentEntity<?> entity) |
Constructor and Description |
---|
CypherQuery(Neo4jPersistentEntity<?> entity,
Neo4jTemplate template,
boolean useLabels) |
IndexBasedTypeRestrictingWhereClause(PartInfo partInfo,
Neo4jPersistentEntity entity,
Neo4jTemplate template) |
LabelBasedTypeRestrictingWhereClause(PartInfo partInfo,
Neo4jPersistentEntity entity,
Neo4jTemplate template) |
Modifier and Type | Method and Description |
---|---|
<S extends org.neo4j.graphdb.PropertyContainer,T> |
IndexProviderImpl.getIndex(Neo4jPersistentEntity<T> type) |
<S extends org.neo4j.graphdb.PropertyContainer,T> |
IndexProvider.getIndex(Neo4jPersistentEntity<T> type)
Deprecated.
|
<S extends org.neo4j.graphdb.PropertyContainer,T> |
IndexProviderImpl.getIndex(Neo4jPersistentEntity<T> type,
String indexName) |
<S extends org.neo4j.graphdb.PropertyContainer,T> |
IndexProvider.getIndex(Neo4jPersistentEntity<T> type,
String indexName)
Deprecated.
|
<S extends org.neo4j.graphdb.PropertyContainer,T> |
IndexProviderImpl.getIndex(Neo4jPersistentEntity<T> persistentEntity,
String indexName,
IndexType indexType) |
<S extends org.neo4j.graphdb.PropertyContainer,T> |
IndexProvider.getIndex(Neo4jPersistentEntity<T> persistentEntity,
String indexName,
IndexType indexType)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Neo4jPersistentEntityImpl<T>
Implementation of
Neo4jPersistentEntity . |
Modifier and Type | Method and Description |
---|---|
Neo4jPersistentEntity<?> |
StoredEntityType.getEntity() |
Neo4jPersistentEntity<?> |
Neo4jMappingContext.getPersistentEntity(Object alias) |
Modifier and Type | Method and Description |
---|---|
MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> |
Neo4jEntityPersister.getMappingContext() |
MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> |
Neo4jEntityPersister.CachedConverter.getMappingContext() |
MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> |
Neo4jEntityConverterImpl.getMappingContext() |
Modifier and Type | Method and Description |
---|---|
<R> R |
SourceStateTransmitter.copyPropertiesFrom(BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper,
S source,
Neo4jPersistentEntity<R> persistentEntity,
MappingPolicy mappingPolicy,
Neo4jTemplate template) |
<R> void |
SourceStateTransmitter.copyPropertiesTo(BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper,
S target,
Neo4jPersistentEntity<R> persistentEntity,
MappingPolicy mappingPolicy,
Neo4jTemplate template) |
protected Object |
EntityAlias.createAlias(Neo4jPersistentEntity entity) |
protected Object |
EntityAlias.createDefaultAlias(Neo4jPersistentEntity entity) |
protected Object |
ClassNameAlias.createDefaultAlias(Neo4jPersistentEntity entity) |
void |
EntityIndexCreator.ensureEntityIndexes(Neo4jPersistentEntity<?> entity) |
Object |
Neo4jEntityFetchHandler.fetch(Object value,
Neo4jPersistentEntity<Object> persistentEntity,
Neo4jPersistentProperty property,
MappingPolicy policy,
Neo4jTemplate template) |
void |
Neo4jEntityFetchHandler.fetchValue(BeanWrapper<Neo4jPersistentEntity<Object>,Object> wrapper,
org.neo4j.graphdb.PropertyContainer source,
Neo4jPersistentEntity<Object> persistentEntity,
MappingPolicy mappingPolicy,
Neo4jTemplate template) |
Modifier and Type | Method and Description |
---|---|
<R> R |
SourceStateTransmitter.copyPropertiesFrom(BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper,
S source,
Neo4jPersistentEntity<R> persistentEntity,
MappingPolicy mappingPolicy,
Neo4jTemplate template) |
<R> void |
SourceStateTransmitter.copyPropertiesTo(BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper,
S target,
Neo4jPersistentEntity<R> persistentEntity,
MappingPolicy mappingPolicy,
Neo4jTemplate template) |
void |
Neo4jEntityFetchHandler.fetchValue(BeanWrapper<Neo4jPersistentEntity<Object>,Object> wrapper,
org.neo4j.graphdb.PropertyContainer source,
Neo4jPersistentEntity<Object> persistentEntity,
MappingPolicy mappingPolicy,
Neo4jTemplate template) |
<R> void |
SourceStateTransmitter.setProperty(BeanWrapper<Neo4jPersistentEntity<R>,?> wrapper,
Neo4jPersistentProperty property,
Object value) |
Modifier and Type | Method and Description |
---|---|
protected Neo4jPersistentEntity<Object> |
NodeEntityStateFactory.getPersistentEntity(Class<?> entityType) |
Constructor and Description |
---|
NodeEntityState(org.neo4j.graphdb.Node underlyingState,
Object entity,
Class<? extends Object> type,
Neo4jTemplate template,
DelegatingFieldAccessorFactory nodeDelegatingFieldAccessorFactory,
Neo4jPersistentEntity<Object> persistentEntity) |
Constructor and Description |
---|
RelationshipEntityState(org.neo4j.graphdb.Relationship underlyingState,
Object entity,
Class<? extends Object> type,
Neo4jTemplate template,
DelegatingFieldAccessorFactory delegatingFieldAccessorFactory,
Neo4jPersistentEntity<Object> persistentEntity) |
Modifier and Type | Method and Description |
---|---|
<T> EndResult<T> |
SchemaIndexProvider.findAll(Neo4jPersistentEntity entity) |
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.