net.liftweb

jpa

package jpa

Visibility
  1. Public
  2. All

Type Members

  1. trait RequestVarEM extends ScalaEntityManager with ScalaEMFactory

    This trait provides specific functionality for the Lift web framework by using a Lift RequestVar to hold the underlying EM.

    This trait provides specific functionality for the Lift web framework by using a Lift RequestVar to hold the underlying EM. This allows you to use a singleton for EM access. You must mix in some other class to provide the actual ScalaEMFactory functionality. Example usage would be:

    object Model extends LocalEMF("test") with RequestVarEM

Ungrouped