Enum Class MDRepositoryBean.SelectorType

java.lang.Object
java.lang.Enum<MDRepositoryBean.SelectorType>
tigase.db.beans.MDRepositoryBean.SelectorType
All Implemented Interfaces:
Serializable, Comparable<MDRepositoryBean.SelectorType>, Constable
Enclosing class:
MDRepositoryBean<T extends DataSourceAware>

public static enum MDRepositoryBean.SelectorType extends Enum<MDRepositoryBean.SelectorType>
Determines behaviour of MDRepositoryBean.
  • Enum Constant Details

    • List

      public static final MDRepositoryBean.SelectorType List
      Repository instances will be created for default data source and for data sources listed in configuration.
    • EveryDataSource

      public static final MDRepositoryBean.SelectorType EveryDataSource
      Repository instances will be created for every data source.
    • EveryUserRepository

      public static final MDRepositoryBean.SelectorType EveryUserRepository
      Repository instances will be created for every data source for which user repository exists.
  • Method Details

    • values

      public static MDRepositoryBean.SelectorType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MDRepositoryBean.SelectorType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null