Uses of Class
science.aist.neo4j.reflective.ClassInformation
-
Packages that use ClassInformation Package Description science.aist.neo4j.reflective -
-
Uses of ClassInformation in science.aist.neo4j.reflective
Fields in science.aist.neo4j.reflective declared as ClassInformation Modifier and Type Field Description protected ClassInformation
ReflectiveNeo4JNodeRepositoryImpl. info
Metadata for storage purposesprotected ClassInformation
ReflectiveNeo4JRelationshipRepositoryImpl. info
Metadata for storage purposesprotected ClassInformation
RelationshipInformation. targetClassInformation
Methods in science.aist.neo4j.reflective that return ClassInformation Modifier and Type Method Description static ClassInformation
ClassInformation. constructClassInformation(Class clazz)
Constructs the Class Information from a given class.static ClassInformation
ClassInformation. constructClassInformation(Class clazz, boolean namespaceaware)
Constructs the Class Information from a given class.protected static ClassInformation
ClassInformation. constructClassInformation(ParameterizedType targetClass, String relationshipName)
Constructs the Class information from a given class including the GENERIC TYPES.ClassInformation
RelationshipInformation. getTargetClassInformation()
ClassInformation
RelationshipInformation. getTargetClassInformation(Object o)
For runtime decision making -> hand it an object, and the system will get the class info from itMethods in science.aist.neo4j.reflective with parameters of type ClassInformation Modifier and Type Method Description protected void
RelationshipInformation. setTargetClassInformation(ClassInformation targetClassInformation)
-