Uses of Class
science.aist.neo4j.reflective.KeyRelationshipInformation
-
Packages that use KeyRelationshipInformation Package Description science.aist.neo4j.reflective -
-
Uses of KeyRelationshipInformation in science.aist.neo4j.reflective
Subclasses of KeyRelationshipInformation in science.aist.neo4j.reflective Modifier and Type Class Description class
ArrayRelationshipInformation
Handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains information on an Array relationship NODE[] where the INDEX will be moved into aMapRelationship
.class
MapRelationshipInformation
Handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains information on a Map relationshipMap<Key, NODE>
where the Key will be moved into aMapRelationship
.
-