java.lang.Object
org.springframework.data.couchbase.config.BeanNames

public class BeanNames extends Object
Contains default bean names for Couchbase beans. These are the names of the beans used by Spring Data Couchbase, unless an explicit id is given to the bean either in the xml configuration or the java configuration.
Author:
Michael Nitschinger, Simon Baslé, Michael Reiche, Jorge Rodríguez Martín
  • Field Details

    • COUCHBASE_TEMPLATE

      public static final String COUCHBASE_TEMPLATE
      See Also:
    • REACTIVE_COUCHBASE_TEMPLATE

      public static final String REACTIVE_COUCHBASE_TEMPLATE
      See Also:
    • COUCHBASE_CUSTOM_CONVERSIONS

      public static final String COUCHBASE_CUSTOM_CONVERSIONS
      See Also:
    • COUCHBASE_OPERATIONS_MAPPING

      public static final String COUCHBASE_OPERATIONS_MAPPING
      The name for the bean that stores custom mapping between repositories and their backing couchbaseOperations.
      See Also:
    • REACTIVE_COUCHBASE_OPERATIONS_MAPPING

      public static final String REACTIVE_COUCHBASE_OPERATIONS_MAPPING
      The name for the bean that stores custom mapping between reactive repositories and their backing reactiveCouchbaseOperations.
      See Also:
    • COUCHBASE_MAPPING_CONTEXT

      public static final String COUCHBASE_MAPPING_CONTEXT
      The name for the bean that stores mapping metadata for entities stored in couchbase.
      See Also:
    • COUCHBASE_AUDITING_HANDLER

      public static final String COUCHBASE_AUDITING_HANDLER
      The name for the bean that will handle audit trail marking of entities.
      See Also:
    • REACTIVE_COUCHBASE_AUDITING_HANDLER

      public static final String REACTIVE_COUCHBASE_AUDITING_HANDLER
      The name for the bean that will handle reactive audit trail marking of entities.
      See Also:
  • Constructor Details

    • BeanNames

      public BeanNames()