Package

rdfp.persistence.ormlite

nestedmapset

Permalink

package nestedmapset

Visibility
  1. Public
  2. All

Type Members

  1. class FirstMapping extends HavingForeignCollection[SecondMapping]

    Permalink
    Attributes
    protected
    Annotations
    @DatabaseTable()
  2. class PersistentNestedStringMapSet extends Map[String, Map[String, Set[String]]]

    Permalink
  3. class PersistentSerializingNestedMapSet[K1, K2, V] extends Map[K1, Map[K2, Set[V]]] with SerializingStorage

    Permalink
  4. class SecondMapping extends HavingForeignCollection[Value]

    Permalink
    Attributes
    protected
    Annotations
    @DatabaseTable()
  5. class Value extends HavingValue[String]

    Permalink
    Attributes
    protected
    Annotations
    @DatabaseTable()

Ungrouped