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