站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

PostLoadEventListener (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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

public void onPostLoad(PostLoadEvent event)