Uses of Class
science.aist.neo4j.reflective.FieldInformation
- 
Packages that use FieldInformation Package Description science.aist.neo4j.reflective  - 
- 
Uses of FieldInformation in science.aist.neo4j.reflective
Subclasses of FieldInformation 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.classRelationshipInformationRelationshipInformation handles the metadata for theReflectiveNeo4JNodeRepositoryImplIt contains specific information on relationships between science.neo4j.nodesFields in science.aist.neo4j.reflective declared as FieldInformation Modifier and Type Field Description protected FieldInformationClassInformation. idId of the the classFields in science.aist.neo4j.reflective with type parameters of type FieldInformation Modifier and Type Field Description protected Map<String,FieldInformation>ClassInformation. fieldsFields in the db for this class (@Transient -> not in db)Methods in science.aist.neo4j.reflective that return FieldInformation Modifier and Type Method Description FieldInformationClassInformation. getId()Methods in science.aist.neo4j.reflective that return types with arguments of type FieldInformation Modifier and Type Method Description Map<String,FieldInformation>ClassInformation. getFields() 
 -