Uses of Package
science.aist.neo4j.repository
-
Packages that use science.aist.neo4j.repository Package Description science.aist.neo4j.dynamic science.aist.neo4j.namespace science.aist.neo4j.reflective science.aist.neo4j.repository -
Classes in science.aist.neo4j.repository used by science.aist.neo4j.dynamic Class Description AbstractNeo4JNodeRepositoyImpl Quick notes about usage: This class should handle pretty much all the default stuff On a save all nodes without an id will be saved (propagating to ALL nodes through EVERY relationship!) We are currently only capable of handling (source)-[DIRECTED]->(target) unidirectional relationships from S to T. On a load the node plus all related nodes are returned. -
Classes in science.aist.neo4j.repository used by science.aist.neo4j.namespace Class Description AbstractNeo4JNodeRepositoyImpl Quick notes about usage: This class should handle pretty much all the default stuff On a save all nodes without an id will be saved (propagating to ALL nodes through EVERY relationship!) We are currently only capable of handling (source)-[DIRECTED]->(target) unidirectional relationships from S to T. On a load the node plus all related nodes are returned.AbstractNeo4JRepository Intermediate class combining features both the node and relationship repositories both have -
Classes in science.aist.neo4j.repository used by science.aist.neo4j.reflective Class Description AbstractNeo4JNodeRepositoyImpl Quick notes about usage: This class should handle pretty much all the default stuff On a save all nodes without an id will be saved (propagating to ALL nodes through EVERY relationship!) We are currently only capable of handling (source)-[DIRECTED]->(target) unidirectional relationships from S to T. On a load the node plus all related nodes are returned.AbstractNeo4JRelationshipRepositoyImpl Quick notes about usage: This class should handle pretty much all the default stuff On a save all science.neo4j.nodes without an id will be saved (propagating to ALL science.neo4j.nodes through EVERY relationship!) We are currently only capable of handling (source)-[DIRECTED]->(target) unidirectional relationships from S to T. On a load the relationship + its source and target science.neo4j.nodes are loadedAbstractNeo4JRepository Intermediate class combining features both the node and relationship repositories both have -
Classes in science.aist.neo4j.repository used by science.aist.neo4j.repository Class Description AbstractNeo4JRepository Intermediate class combining features both the node and relationship repositories both have