org.ensime.indexer.orientdb

syntax

package syntax

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RichOrientGraph extends AnyRef

  2. implicit final class RichVertex extends AnyVal

  3. implicit final class RichVertexT[T] extends AnyVal

Value Members

  1. object RichGraph extends SLF4JLogging

  2. implicit def RichParameter(props: (String, String)): Parameter[String, String]

  3. def withGraph[T](f: (OrientBaseGraph) ⇒ T)(implicit factory: OrientGraphFactory): T

    Creates a context to communicate with the Graph.

    Creates a context to communicate with the Graph. Commits are not automatic for performance reasons.

  4. def withGraphAsync[T](f: (OrientBaseGraph) ⇒ T)(implicit factory: OrientGraphFactory, ec: ExecutionContext): Future[T]

Inherited from AnyRef

Inherited from Any

Ungrouped