org.hibernate.cfg.reveng
Interface ForeignKeyCollectionInfo


public interface ForeignKeyCollectionInfo


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

Method Detail

getCascade

String getCascade()

getFetch

String getFetch()

getUpdate

Boolean getUpdate()

getInsert

Boolean getInsert()

getLazy

String getLazy()