Package org.hibernate.cache.spi
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
-
-
Field Summary
Fields Modifier and Type Field Description static QuerySpacesHelper
INSTANCE
Deprecated.Singleton access
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<Serializable>
toSerializableSet(String[] spacesArray)
Deprecated.String[]
toStringArray(Set spacesSet)
Deprecated.Set<String>
toStringSet(String[] spacesArray)
Deprecated.
-
-
-
Field Detail
-
INSTANCE
public static final QuerySpacesHelper INSTANCE
Deprecated.Singleton access
-
-