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

The name of the MongoDB collection to store the documents in.

Defaults to the type name.