facet classafMorphia::Entity

sys::Obj
  afMorphia::Entity : sys::Facet

@FacetMeta { inherited=true }
@Serializable

Marks a type to be mapped as a top level document in a MongoDB collection.

name

Source

const Str? name

Name of the MongoDB collection that documents are stored under.

Defaults to the type name.