Annotation Type MongoEntity

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String clientName
      Deprecated, for removal: This API element is subject to removal in a future version.
      The name of the MongoDB client (if not set the default client will be used).
      String collection
      Deprecated, for removal: This API element is subject to removal in a future version.
      The name of the collection (if not set the name of the entity class will be used)
      String database
      Deprecated, for removal: This API element is subject to removal in a future version.
      The name of the database (if not set the default from the property quarkus.mongodb.database will be used).
    • Element Detail

      • collection

        String collection
        Deprecated, for removal: This API element is subject to removal in a future version.
        The name of the collection (if not set the name of the entity class will be used)
        Default:
        ""
      • database

        String database
        Deprecated, for removal: This API element is subject to removal in a future version.
        The name of the database (if not set the default from the property quarkus.mongodb.database will be used).
        Default:
        ""
      • clientName

        String clientName
        Deprecated, for removal: This API element is subject to removal in a future version.
        The name of the MongoDB client (if not set the default client will be used).
        Default:
        ""