org.scala_libs

jpa

package jpa

Visibility
  1. Public
  2. All

Type Members

  1. class JndiEMF extends ScalaEMFactory

    This class represents an EntityManager factory that is retrieved from JNDI, using JTA to handle transactions.

  2. class LocalEMF extends ScalaEMFactory

    This class represents an EntityManager factory that is retrieved via the javax.

  3. trait ScalaEMFactory extends AnyRef

    This trait defines the operations for obtaining and properly closing an EntityManager.

  4. trait ScalaEntityManager extends AnyRef

    This trait represents a Scalafied version of the standard EntityManager in JPA.

  5. class ScalaQuery[A] extends AnyRef

    This class represents a Scalafied version of the JPA Query class.

  6. trait ThreadLocalEM extends ScalaEntityManager with ScalaEMFactory

    This trait can be mixed in so that an object may provide access to EntityManager instances on a thread-local basis.

Value Members

  1. object Utils

Ungrouped