Package science.aist.neo4j.reflective
-
Interface Summary Interface Description FieldConverter<D,J> Converter interface for transforming a field to a db value. -
Class Summary Class Description ArrayRelationshipInformation Handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains information on an Array relationship NODE[] where the INDEX will be moved into aMapRelationship
.ClassInformation ClassInformation handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains info on the id, fields and relationships that should be modelled in the databaseFieldInformation RelationshipInformation handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains specific information on fields in a nodeKeyRelationshipInformation Handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains information on a Map relationshipMap<Key, NODE>
where the Key will be moved into aMapRelationship
.MapRelationship<S,E,K> RelationshipInformation handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains specific information on relationships between science.neo4j.nodesMapRelationshipInformation Handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains information on a Map relationshipMap<Key, NODE>
where the Key will be moved into aMapRelationship
.ParameterizedTypeImpl Implementation of Parameterized type for Java version independence.ReflectiveNeo4JNodeRepositoryImpl<S> Implementation ofAbstractNeo4JNodeRepositoyImpl
using java reflection TODO #8 compile repository classes to improve performanceReflectiveNeo4JRelationshipRepositoryImpl<S> Implementation ofAbstractNeo4JRelationshipRepositoyImpl
using java reflectionRelationshipInformation RelationshipInformation handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains specific information on relationships between science.neo4j.nodes -
Enum Summary Enum Description ClassInformation.Neo4JType Type of neo4J instance, Can be either a Node, or a Relationship.RelationshipInformation.Direction The direction of the relationship.