Uses of Class
org.hibernate.annotations.Formula

Packages that use Formula
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.onetomany   
 

Uses of Formula in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type Formula
static Ejb3Column[] Ejb3Column.buildColumnFromAnnotation(Column[] anns, Formula formulaAnn, Nullability nullability, PropertyHolder propertyHolder, PropertyData inferredData, Map<String,Join> secondaryTables, Mappings mappings)
           
static Ejb3Column[] Ejb3Column.buildColumnFromAnnotation(Column[] anns, Formula formulaAnn, Nullability nullability, PropertyHolder propertyHolder, PropertyData inferredData, String suffixForDefaultColumnName, Map<String,Join> secondaryTables, Mappings mappings)
           
 

Uses of Formula in org.hibernate.test.annotations.entity
 

Methods in org.hibernate.test.annotations.entity with annotations of type Formula
 long Flight.getMaxAltitudeInMilimeter()
           
 

Uses of Formula in org.hibernate.test.annotations.onetomany
 

Methods in org.hibernate.test.annotations.onetomany with annotations of type Formula
 String Street.getStreetNameCopy()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.