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

AbstractPersistentCollection.DelayedOperation (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.collection
Interface AbstractPersistentCollection.DelayedOperation

Enclosing interface:
AbstractPersistentCollection

protected static interface AbstractPersistentCollection.DelayedOperation


Method Summary
 Object getAddedInstance()
           
 Object getOrphan()
           
 void operate()
           
 

Method Detail

operate

public void operate()

getAddedInstance

public Object getAddedInstance()

getOrphan

public Object getOrphan()