|
Spring Data Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface NodeEntity
Annotation to declare an Pojo-Entity as graph backed.
Optional Element Summary | |
---|---|
boolean |
partial
If partial is set, then construction of the node is delayed until the entity's id has been set by another persistent store. |
boolean |
useShortNames
|
public abstract boolean useShortNames
public abstract boolean partial
If partial is set, then construction of the node is delayed until the entity's id has been set by another persistent store. Only
GraphProperty
annotated fields will be handled by the graph storage.
Currently, only JPA storage is supported for partial node entities.
org.springframework.data.neo4j.support.node.Neo4jNodeBacking
aspect.
|
Spring Data Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |