|
|||||||||
| Home >> All >> org >> hibernate >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.event
Interface InitializeCollectionEventListener

- All Superinterfaces:
- java.io.Serializable
- public interface InitializeCollectionEventListener
- extends java.io.Serializable
Defines the contract for handling of collection initialization events generated by a session.
| Method Summary | |
void |
onInitializeCollection(InitializeCollectionEvent event)
|
| Method Detail |
onInitializeCollection
public void onInitializeCollection(InitializeCollectionEvent event) throws org.hibernate.HibernateException
|
|||||||||
| Home >> All >> org >> hibernate >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC