Uses of Class
science.aist.neo4j.reflective.RelationshipInformation
-
Packages that use RelationshipInformation Package Description science.aist.neo4j.reflective -
-
Uses of RelationshipInformation in science.aist.neo4j.reflective
Subclasses of RelationshipInformation 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
KeyRelationshipInformation
Handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains information on a Map relationshipMap<Key, NODE>
where the Key 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
.Fields in science.aist.neo4j.reflective with type parameters of type RelationshipInformation Modifier and Type Field Description protected Map<String,RelationshipInformation>
ClassInformation. relationships
Relationships in dbMethods in science.aist.neo4j.reflective that return types with arguments of type RelationshipInformation Modifier and Type Method Description Map<String,RelationshipInformation>
ClassInformation. getRelationships()
Methods in science.aist.neo4j.reflective with parameters of type RelationshipInformation Modifier and Type Method Description protected AbstractNeo4JRepository
ReflectiveNeo4JNodeRepositoryImpl. findRepository(RelationshipInformation information)
-