org.bowlerframework

persistence

package persistence

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

    Created by IntelliJ IDEA.