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