org.hibernate.event
Interface PostLoadEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultPostLoadEventListener

public interface PostLoadEventListener
extends Serializable

Occurs after an an entity instance is fully loaded.

Author:
Kabir Khan

Method Summary
 void onPostLoad(PostLoadEvent event)
           
 

Method Detail

onPostLoad

void onPostLoad(PostLoadEvent event)


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved