Package

com.outworkers.phantom.example

advanced

Permalink

package advanced

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AdvancedRecipes extends CassandraTable[AdvancedRecipes, Recipe] with Table[AdvancedRecipes, Recipe]

    Permalink

    In this example we will create a table storing recipes.

    In this example we will create a table storing recipes. This time we will use a composite key formed by name and id.

  2. abstract class AdvancedRecipesByTitle extends CassandraTable[AdvancedRecipesByTitle, (String, UUID)] with Table[AdvancedRecipesByTitle, (String, UUID)]

    Permalink
  3. class RecipesDatabase extends Database[RecipesDatabase]

    Permalink

Value Members

  1. object RecipesDatabase extends RecipesDatabase

    Permalink

Ungrouped