org.hibernate.util
Class Cloneable
java.lang.Object
org.hibernate.util.Cloneable
public class Cloneable
extends java.lang.Object
An object that is shallow-coneable
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).
|
shallowCopy
public Object shallowCopy()
Essentially performs a shallow copy of this SessionEventListenerConfig
instance; meaning the SessionEventListenerConfig itself is cloned, but
the individual listeners are not cloned.
- The SessionEventListenerConfig shallow copy.
validate
public void validate()
throws HibernateException
Checks to ensure the SessionEventListenerConfig is fully
configured (basically, that none of the listeners is null).