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 TombstoneUpdateTombstoneUpdate.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 voidTombstoneUpdate.Externalizer. writeObject(ObjectOutput output, TombstoneUpdate object)
-