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

Uses of Class net.sf.hibernate.mapping.Formula (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.mapping.Formula

Packages that use Formula
net.sf.hibernate.mapping   
 

Uses of Formula in net.sf.hibernate.mapping
 

Methods in net.sf.hibernate.mapping that return Formula
 Formula Value.getFormula()
           
 Formula SimpleValue.getFormula()
           
 Formula Property.getFormula()
           
 Formula OneToMany.getFormula()
           
 Formula Collection.getFormula()
           
 

Methods in net.sf.hibernate.mapping with parameters of type Formula
 void SimpleValue.setFormula(Formula formula)