Package

com.reactific

slickery

Permalink

package slickery

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. trait Creatable extends Storable

    Permalink

    Creatable objects.

    Creatable objects. Objects that have a creation time stamp

  2. trait Describable extends Storable

    Permalink

    Something that has a short textual description

  3. trait Expirable extends Storable

    Permalink

    Expirable objecst.

    Expirable objecst. Something that has an expiration date

  4. trait Modifiable extends Storable

    Permalink

    Modifiable objects.

    Modifiable objects. Objects that have a modification time stamp

  5. trait Nameable extends Storable

    Permalink

    Nameable objects.

    Nameable objects. Something that can be named with a String

  6. abstract class Schema extends LoggingHelper

    Permalink

    The abstract database component.

    The abstract database component. This trait allows use to define database components which are simply collections of related tables and the various query methods on those tables to provide access to them. Since Components contain Tables and Scrupal requires all database entities to have a particular shape, that shape is enforced in the EntityTable class. Note that Component extends Sketch which is mixed in to other components but resolved by the Schema class.

  7. trait Storable extends AnyRef

    Permalink

    A Storable Object, the base trait of all storables Objects stored in the database are uniquely identified by a 64-bit integer for each table.

  8. sealed trait SupportedDatabase extends AnyRef

    Permalink
  9. trait Useable extends Storable with Creatable with Modifiable with Expirable with Nameable with Describable

    Permalink

Value Members

  1. object H2 extends SupportedDatabase with Product with Serializable

    Permalink
  2. object MySQL extends SupportedDatabase with Product with Serializable

    Permalink
  3. object PostgresQL extends SupportedDatabase with Product with Serializable

    Permalink
  4. object SQLite extends SupportedDatabase with Product with Serializable

    Permalink
  5. object SupportedDatabase

    Permalink

Ungrouped