eu.fakod

neo4jscala

package neo4jscala

Visibility
  1. Public
  2. All

Type Members

  1. trait BatchGraphDatabaseServiceProvider extends GraphDatabaseServiceProvider

    provides a specific GraphDatabaseServiceProvider for Batch processing

  2. class BatchIndex extends Index[Node] with IndexCacheHelper

    delegates Index[Node] methods to BatchInserterIndex methods

  3. class BatchIndexManager extends IndexManager

    delegated methods of IndexManager to BatchInserter

  4. class BatchRelationshipIndex extends RelationshipIndex with IndexCacheHelper

    delegates RelationshipIndex methods to BatchInserterIndex methods

  5. class ConstantScoreIterator[T] extends AbstractIndexHits[T]

    replica of the original ConstantScoreIterator which has package visibility class org.

  6. trait Cypher extends AnyRef

    main Cypher support trait

  7. trait DatabaseService extends AnyRef

    Interface for GraphDatabaseService

  8. case class DatabaseServiceImpl(gds: GraphDatabaseService) extends DatabaseService with Product with Serializable

    standard DatabaseService implementation for GraphDatabaseService

  9. trait EmbeddedGraphDatabaseServiceProvider extends GraphDatabaseServiceProvider

    provides a specific Database Service in this case an embedded database service

  10. trait GraphDatabaseServiceProvider extends AnyRef

    Interface for a GraphDatabaseServiceProvider must be implemented by and Graph Database Service Provider

  11. trait Neo4jBatchIndexProvider extends Neo4jIndexProvider

    provides Index access trait class must mixin a trait that provides an instance of class BatchInserter i.

  12. trait Neo4jIndexProvider extends AnyRef

    Provides Index access trait

  13. trait Neo4jWrapper extends GraphDatabaseServiceProvider with Neo4jWrapperImplicits

    Extend your class with this trait to get really neat new notation for creating new relationships.

  14. trait Neo4jWrapperImplicits extends AnyRef

    trait for implicits used by Neo4j wrapper

  15. trait SingletonEmbeddedGraphDatabaseServiceProvider extends GraphDatabaseServiceProvider

    provides a specific Database Service in this case an singleton embedded database service

  16. trait TypedExecutionResult extends ExecutionResult

    add additional as[T] interface where T has to be a case class

  17. class TypedExecutionResultImpl extends TypedExecutionResult

    Wraps the Cypher class ExecutionResult and provides an additional Interface to access unmarshaled classes

  18. class TypedPropertyContainerIterator[T] extends Iterable[T] with Neo4jWrapperImplicits

    Iterator convenience.

  19. trait TypedTraverser extends TypedTraverserBase

    Trait for a Typed Traversal API

  20. trait TypedTraverserBase extends AnyRef

    Basics for Typed Traverser

Value Members

  1. object Neo4jWrapper extends Neo4jWrapperImplicits

    Neo4jWrapper Object

  2. package util

Ungrouped