Package

com.websudos.phantom.example

advanced

Permalink

package advanced

Visibility
  1. Public
  2. All

Type Members

  1. sealed class AdvancedRecipes extends dsl.CassandraTable[Recipes, 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. sealed class AdvancedRecipesByTitle extends dsl.CassandraTable[AdvancedRecipesByTitle, (String, UUID)]

    Permalink

Ungrouped