Class QuerySpacesHelper

java.lang.Object
org.hibernate.cache.spi.QuerySpacesHelper

@Deprecated(since="6.2") @Remove public class QuerySpacesHelper extends Object
Deprecated.
This helper class is no longer used
Author:
Steve Ebersole
  • Field Details

    • INSTANCE

      public static final QuerySpacesHelper INSTANCE
      Deprecated.
      Singleton access
  • Method Details

    • toStringArray

      public String[] toStringArray(Set spacesSet)
      Deprecated.
    • toStringSet

      public Set<String> toStringSet(String[] spacesArray)
      Deprecated.
    • toSerializableSet

      public Set<Serializable> toSerializableSet(String[] spacesArray)
      Deprecated.