Uses of Class
org.infinispan.hibernate.cache.commons.util.Tombstone
-
Packages that use Tombstone Package Description org.infinispan.hibernate.cache.commons.util Internal utilities for the Infinispan integration -
-
Uses of Tombstone in org.infinispan.hibernate.cache.commons.util
Methods in org.infinispan.hibernate.cache.commons.util that return Tombstone Modifier and Type Method Description Tombstone
Tombstone. merge(Tombstone update)
Tombstone
Tombstone.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.hibernate.cache.commons.util that return types with arguments of type Tombstone Modifier and Type Method Description Set<Class<? extends Tombstone>>
Tombstone.Externalizer. getTypeClasses()
Methods in org.infinispan.hibernate.cache.commons.util with parameters of type Tombstone Modifier and Type Method Description Tombstone
Tombstone. merge(Tombstone update)
void
Tombstone.Externalizer. writeObject(ObjectOutput output, Tombstone tombstone)
-