Package

net.liftweb

proto

Permalink

package proto

Visibility
  1. Public
  2. All

Type Members

  1. trait Crudify extends AnyRef

    Permalink

    This trait automatically adds CRUD (Create, read, update and delete) operations to an existing persistence mechanism.

    This trait automatically adds CRUD (Create, read, update and delete) operations to an existing persistence mechanism. Various methods can be overridden to customize which operations are available to a user and how things are displayed. For example, you can disable deletion of entities by overriding deleteMenuLoc to Empty.

  2. trait ProtoUser extends AnyRef

    Permalink

    A prototypical user class with abstractions to the underlying storage

Value Members

  1. object ProtoRules extends Factory with LazyLoggable

    Permalink

    This singleton contains the rules for persistence

Ungrouped