|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.util.Cloneable
public class Cloneable
An object that is shallow-coneable
| Constructor Summary | |
|---|---|
Cloneable()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
shallowCopy()
Essentially performs a shallow copy of this SessionEventListenerConfig instance; meaning the SessionEventListenerConfig itself is cloned, but the individual listeners are not cloned. |
void |
validate()
Checks to ensure the SessionEventListenerConfig is fully configured (basically, that none of the listeners is null). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cloneable()
| Method Detail |
|---|
public java.lang.Object shallowCopy()
public void validate()
throws HibernateException
HibernateException - If the SessionEventListenerConfig
is not fully configured.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||