public interface

Destructible

org.hibernate.event.Destructible

Class Overview

Contract for listeners which require notification of SessionFactory closing, presumably to destroy internal state.

Summary

Public Methods
abstract void cleanup()
Notification of SessionFactory shutdown.

Public Methods

public abstract void cleanup ()

Notification of SessionFactory shutdown.