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 classArrayRelationshipInformationHandles the metadata for theReflectiveNeo4JNodeRepositoryImplIt contains information on an Array relationship NODE[] where the INDEX will be moved into aMapRelationship.classKeyRelationshipInformationHandles the metadata for theReflectiveNeo4JNodeRepositoryImplIt contains information on a Map relationshipMap<Key, NODE>where the Key will be moved into aMapRelationship.classMapRelationshipInformationHandles the metadata for theReflectiveNeo4JNodeRepositoryImplIt 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. relationshipsRelationships 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 AbstractNeo4JRepositoryReflectiveNeo4JNodeRepositoryImpl. findRepository(RelationshipInformation information) 
 -