Jakarta Persistence (JPA) Method

void evict(
  Class<?> cls
)


Remove the data for entities of the specified class (and its subclasses) from the cache.
Parameters:
cls - entity class
Since:
Jakarta Persistence (JPA) 1.0