Uses of Class
org.infinispan.hibernate.cache.commons.util.Tombstone.ExcludeTombstonesFilter
-
Packages that use Tombstone.ExcludeTombstonesFilter Package Description org.infinispan.hibernate.cache.commons.util Internal utilities for the Infinispan integration -
-
Uses of Tombstone.ExcludeTombstonesFilter in org.infinispan.hibernate.cache.commons.util
Fields in org.infinispan.hibernate.cache.commons.util declared as Tombstone.ExcludeTombstonesFilter Modifier and Type Field Description static Tombstone.ExcludeTombstonesFilter
Tombstone. EXCLUDE_TOMBSTONES
Methods in org.infinispan.hibernate.cache.commons.util that return Tombstone.ExcludeTombstonesFilter Modifier and Type Method Description Tombstone.ExcludeTombstonesFilter
Tombstone.ExcludeTombstonesFilterExternalizer. readObject(ObjectInput input)
Methods in org.infinispan.hibernate.cache.commons.util that return types with arguments of type Tombstone.ExcludeTombstonesFilter Modifier and Type Method Description Set<Class<? extends Tombstone.ExcludeTombstonesFilter>>
Tombstone.ExcludeTombstonesFilterExternalizer. getTypeClasses()
Methods in org.infinispan.hibernate.cache.commons.util with parameters of type Tombstone.ExcludeTombstonesFilter Modifier and Type Method Description void
Tombstone.ExcludeTombstonesFilterExternalizer. writeObject(ObjectOutput output, Tombstone.ExcludeTombstonesFilter object)
-