A {@link Tuple} is saved as a {@link Node} where the columns are converted into properties of the node.
An {@link Association} is converted into a {@link Relationship} identified by the {@link AssociationKey} and the{@link RowKey}. The type of the relationship is the value returned by {@link AssociationKeyMetadata#getCollectionRole()}.
If the value of a property is set to null the property will be removed (Neo4j does not allow to store null values). @author Davide D'Alto <davide@hibernate.org>
|
|
|
|