Interface CascadeStyleSource
-
- All Known Subinterfaces:
org.hibernate.boot.model.source.internal.hbm.IndexedPluralAttributeSource,PluralAttributeSource,PluralAttributeSourceArray,SingularAttributeSourceAny,SingularAttributeSourceManyToOne,SingularAttributeSourceOneToOne,SingularAttributeSourceToOne
public interface CascadeStyleSourceDescribes sources which define cascading.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCascadeStyleName()Obtain the cascade styles to be applied to this association.
-
-
-
Method Detail
-
getCascadeStyleName
String getCascadeStyleName()
Obtain the cascade styles to be applied to this association.- Returns:
- The cascade styles.
-
-