public class Cloneable extends Object
Constructor and Description |
---|
Cloneable() |
Modifier and Type | Method and Description |
---|---|
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).
|
public Object shallowCopy()
public void validate() throws HibernateException
HibernateException
- If the SessionEventListenerConfig
is not fully configured.Copyright © 2016 JBoss by Red Hat. All rights reserved.