org.hibernate.engine
Class Cascades.CascadeStyle

java.lang.Object
  extended byorg.hibernate.engine.Cascades.CascadeStyle
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Cascades.MultipleCascadeStyle
Enclosing class:
Cascades

public abstract static class Cascades.CascadeStyle
extends Object
implements Serializable

A style of cascade that can be specified by the mapping for an association. The style is specified by the cascade attribute in the mapping file.

See Also:
Serialized Form

Constructor Summary
protected Cascades.CascadeStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cascades.CascadeStyle

protected Cascades.CascadeStyle()