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 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
.class
RelationshipInformation
RelationshipInformation handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains specific information on relationships between science.neo4j.nodesFields in science.aist.neo4j.reflective declared as FieldInformation Modifier and Type Field Description protected FieldInformation
ClassInformation. id
Id 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. fields
Fields in the db for this class (@Transient -> not in db)Methods in science.aist.neo4j.reflective that return FieldInformation Modifier and Type Method Description FieldInformation
ClassInformation. 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()
-