站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Cascades.CascadeStyle (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.engine
Class Cascades.CascadeStyle

java.lang.Object
  extended bynet.sf.hibernate.engine.Cascades.CascadeStyle
All Implemented Interfaces:
Serializable
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()