Packages

p

net.liftweb

proto

package proto

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Crudify extends AnyRef

    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

    A prototypical user class with abstractions to the underlying storage

Value Members

  1. object ProtoRules extends Factory with LazyLoggable

    This singleton contains the rules for persistence

Ungrouped