Ejemplo n.º 1
0
 @Override
 public void evict(Class persistentClass, Serializable id) throws HibernateException {
   delegate.evict(persistentClass, id);
 }
Ejemplo n.º 2
0
 @Override
 public void evict(Class persistentClass) throws HibernateException {
   delegate.evict(persistentClass);
 }