C D E G I N O Q R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- close() - Method in class org.orienteer.transponder.neo4j.Neo4JDriver.TransactionHolder
- createIndex(String, String, String, AnnotatedElement, String...) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- createProperty(String, String, Type, String, int, AnnotatedElement) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- createType(String, boolean, Class<?>, String...) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
D
- DIALECT_NEO4J - Static variable in class org.orienteer.transponder.neo4j.Neo4JDriver
E
- entity - Variable in class org.orienteer.transponder.neo4j.EntityWrapper
- entityToType(Entity) - Method in class org.orienteer.transponder.neo4j.Neo4JUtils
-
Try to extract type from provided
NodeorRelationship - EntityWrapper - Class in org.orienteer.transponder.neo4j
-
Base class for all Neo4J generated wrapper classes.
- EntityWrapper() - Constructor for class org.orienteer.transponder.neo4j.EntityWrapper
-
Creates empty
EntityWrapperwith no associated Neo4J entity(node/relationship) - EntityWrapper(Entity) - Constructor for class org.orienteer.transponder.neo4j.EntityWrapper
-
Creates
EntityWrapperand associate it with correspondingEntity(node/relationship)
G
- get(String, Type) - Method in class org.orienteer.transponder.neo4j.EntityWrapper
-
Get an value for a
Transponderproperty which might be mapped to relationships, nodes or actual neo4j properties - getDatabase() - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- getDefaultEntityBaseClass() - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- getDialect() - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- getEntity() - Method in class org.orienteer.transponder.neo4j.EntityWrapper
- getEntityMainClass(Object) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- getExpectedEntityClass(Class<?>) - Method in class org.orienteer.transponder.neo4j.Neo4JUtils
-
Check whether provided entity represents
NodeorRelationship - getMultiReferenced(String, boolean) - Method in class org.orienteer.transponder.neo4j.EntityWrapper
-
Get list of referenced
Nodes or correspondingRelationships - getProperty(String) - Method in class org.orienteer.transponder.neo4j.EntityWrapper
-
Get Neo4J property from an entity (Node/Relationship)
- getPropertyValue(Object, String, Type) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- getSingleReferenced(String, boolean) - Method in class org.orienteer.transponder.neo4j.EntityWrapper
-
Get single reference for provided Transponder property
- getTransaction() - Method in class org.orienteer.transponder.neo4j.Neo4JDriver.TransactionHolder
I
- isSeedClass(Class<?>) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- isSupportedPropertyClass(Class<?>) - Method in class org.orienteer.transponder.neo4j.Neo4JUtils
-
Check whether provided class of value can be stored as property of
NodeorRelationship
N
- Neo4JDriver - Class in org.orienteer.transponder.neo4j
-
Transponder
IDriverfor Neo4J - Neo4JDriver(GraphDatabaseService) - Constructor for class org.orienteer.transponder.neo4j.Neo4JDriver
-
Creates
IDriverwhich associated with provided Neo4J database - Neo4JDriver(GraphDatabaseService, Transaction) - Constructor for class org.orienteer.transponder.neo4j.Neo4JDriver
-
Creates
IDriverwhich associated with provided Neo4J database and transaction - Neo4JDriver.TransactionHolder - Class in org.orienteer.transponder.neo4j
- Neo4JRelationship - Annotation Type in org.orienteer.transponder.neo4j
-
Annotations to mark classes which actually should be mapped to relationships
- Neo4JUtils - Class in org.orienteer.transponder.neo4j
-
Neo4J specific utility methods
- Neo4JUtils() - Constructor for class org.orienteer.transponder.neo4j.Neo4JUtils
- newEntityInstance(Class<T>, String) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
O
- org.orienteer.transponder.neo4j - package org.orienteer.transponder.neo4j
-
Package for Neo4J Transponder driver
Q
- query(String, String, Map<String, Object>) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
R
- replaceSeed(Object, Object) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
S
- saveEntityInstance(Object) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- set(String, Object, Type) - Method in class org.orienteer.transponder.neo4j.EntityWrapper
-
Set value for a provided property
- setEntity(Entity) - Method in class org.orienteer.transponder.neo4j.EntityWrapper
-
Replace enclosed entity with new one
- setMultiReferenced(String, Collection<Entity>, boolean) - Method in class org.orienteer.transponder.neo4j.EntityWrapper
-
Set value as multi referenced
Node - setProperty(String, Object) - Method in class org.orienteer.transponder.neo4j.EntityWrapper
-
Sets value to actual Neo4J property
- setPropertyValue(Object, String, Object, Type) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- setSingleReferenced(String, Entity, boolean) - Method in class org.orienteer.transponder.neo4j.EntityWrapper
-
Set value as single referenced
Node - setupRelationship(String, String, String, String) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
T
- toSeed(Object) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
- TransactionHolder() - Constructor for class org.orienteer.transponder.neo4j.Neo4JDriver.TransactionHolder
- TYPE_CUSTOM_TRANSPONDER_WRAPPER - Static variable in class org.orienteer.transponder.neo4j.Neo4JDriver
W
- wrapEntityInstance(Class<T>, Object) - Method in class org.orienteer.transponder.neo4j.Neo4JDriver
All Classes All Packages