Package

play.ext

activerecord

Permalink

package activerecord

Visibility
  1. Public
  2. All

Type Members

  1. class ActiveRecordLifecycle extends AnyRef

    Permalink

    Annotations
    @Singleton()
  2. class ActiveRecordModule extends AbstractModule

    Permalink
  3. trait Changeable extends CRUDable

    Permalink
  4. trait Create extends ActiveRecord

    Permalink

  5. trait Entity extends ActiveRecord with Timestamps with OptimisticLock with ValidUntil with Changeable with Saveable

    Permalink

    Superclass of all entities in an application

  6. trait EntityCompanion[T <: Entity] extends ActiveRecordCompanion[T] with ValidUntilCompanion[T] with PlayFormSupport[T]

    Permalink
  7. trait Eternal extends ActiveRecord with Create with TimestampConversion with Saveable

    Permalink

    Object cannot be deleted nor updated

  8. trait EternalCompanion[T <: Eternal] extends ActiveRecordCompanion[T] with TimestampConversion

    Permalink
  9. class FormConverterSettings extends Module

    Permalink
  10. trait Immutable extends ActiveRecord with ValidUntil with Create with TimestampConversion with Changeable with Saveable

    Permalink

  11. trait ImmutableCompanion[T <: Immutable] extends ActiveRecordCompanion[T] with ValidUntilCompanion[T] with TimestampConversion

    Permalink
  12. trait JodaTimeExtension extends PrimitiveTypeMode

    Permalink

  13. trait JsonSupport[T, Context] extends AnyRef

    Permalink
  14. trait OptimisticLock extends Optimistic

    Permalink

  15. class PlayConfig extends ActiveRecordConfig

    Permalink

  16. trait PlaySupport extends AnyRef

    Permalink
  17. trait PutAll[T] extends AnyRef

    Permalink
  18. trait Saveable extends ActiveRecord

    Permalink

  19. trait SilentImmutable extends ActiveRecord with Immutable

    Permalink
  20. trait TimestampConversion extends AnyRef

    Permalink
  21. trait TypeSupport extends PrimitiveTypeMode with DSL with Types with JodaTimeExtension with Annotations

    Permalink
  22. trait ValidUntil extends ActiveRecord with TimestampConversion

    Permalink

    Trait overrides default ActiveRecord functionality not to perform delete over entities

  23. trait ValidUntilCompanion[T <: ValidUntil] extends TimestampConversion

    Permalink

Value Members

  1. object PlayConfig

    Permalink
  2. object PlayTranslator extends Translator

    Permalink
  3. object TypeSupport extends TypeSupport

    Permalink

Ungrouped