Uses of Class
org.hibernate.annotations.IndexColumn

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

Uses of IndexColumn in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type IndexColumn
static IndexColumn IndexColumn.buildColumnFromAnnotation(IndexColumn ann, PropertyHolder propertyHolder, PropertyData inferredData, Mappings mappings)
           
 

Uses of IndexColumn in org.hibernate.test.annotations.array
 

Methods in org.hibernate.test.annotations.array with annotations of type IndexColumn
 Contest.Month[] Contest.getHeldIn()
           
 

Uses of IndexColumn in org.hibernate.test.annotations.indexcoll
 

Methods in org.hibernate.test.annotations.indexcoll with annotations of type IndexColumn
 List<Drawer> Wardrobe.getDrawers()
          unidirectional one to many list with non null foreign key (mapping not recommended).
 



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