org.hibernate.cfg.reveng
Interface AssociationInfo

All Known Implementing Classes:
DefaulAssociationInfo

public interface AssociationInfo


Method Summary
 String getCascade()
           
 String getFetch()
           
 Boolean getInsert()
           
 Boolean getUpdate()
           
 

Method Detail

getCascade

String getCascade()

getFetch

String getFetch()

getUpdate

Boolean getUpdate()

getInsert

Boolean getInsert()