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. 
 

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, ExtendedMappings mappings)
           
static Ejb3Column[] Ejb3Column.buildColumnFromAnnotation(Column[] anns, Formula formulaAnn, Nullability nullability, PropertyHolder propertyHolder, PropertyData inferredData, String suffixForDefaultColumnName, Map<String,Join> secondaryTables, ExtendedMappings mappings)
           
 



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