Uses of Class
org.infinispan.hibernate.cache.commons.DataType
-
Packages that use DataType Package Description org.infinispan.hibernate.cache.commons Defines the integration with Infinispan as a second-level cache service. -
-
Uses of DataType in org.infinispan.hibernate.cache.commons
Methods in org.infinispan.hibernate.cache.commons that return DataType Modifier and Type Method Description static DataType
DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataType[]
DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-