Uses of Class
org.hibernate.annotations.JoinColumnsOrFormulas

Packages that use JoinColumnsOrFormulas
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.test.annotations.manytoonewithformula   
 

Uses of JoinColumnsOrFormulas in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type JoinColumnsOrFormulas
static Ejb3JoinColumn[] Ejb3JoinColumn.buildJoinColumnsOrFormulas(JoinColumnsOrFormulas anns, String mappedBy, Map<String,Join> joins, PropertyHolder propertyHolder, String propertyName, Mappings mappings)
           
 

Uses of JoinColumnsOrFormulas in org.hibernate.test.annotations.manytoonewithformula
 

Methods in org.hibernate.test.annotations.manytoonewithformula with annotations of type JoinColumnsOrFormulas
 Person Company.getDefaultContactPerson()
           
 Language Message.getLanguage()
           
 Manufacturer Contract.getManufacturer()
           
 Model Contract.getModel()
           
 Menu FoodItem.getOrder()
           
 



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