package datastore
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait EntityField[T] extends Serializable
- sealed trait EntityType[T] extends Converter[T, Entity, Builder]
- sealed trait KeyField[T] extends Serializable
- class excludeFromIndexes extends Annotation with StaticAnnotation with Serializable
- class key extends Annotation with StaticAnnotation with Serializable
Value Members
- object EntityField extends Serializable
- object EntityType extends Serializable
- object KeyField extends Serializable
- object TimestampConverter