org.bowlerframework

persistence

package persistence

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. class AbstractDao [T <: AnyRef {...}, K] extends Dao[T, K]

    attributes: abstract
  2. class CrudController [T <: AnyRef {...}, K] extends Renderable with ParameterMapper with Validations

    Persistence/Dao based CRUD Controller that allows for the following actions:

  3. trait Dao [T <: AnyRef {...}, K] extends AnyRef

  4. class EntityTransformer [T <: AnyRef {...}, K] extends StringValueTransformer[T]

  5. class UniqueEntityValidator [T <: AnyRef {...}, K] extends Validator

    Created by IntelliJ IDEA.