Uses of Class
org.hibernate.annotations.Table

Packages that use Table
org.hibernate.cfg.annotations   
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.inheritance.joined   
org.hibernate.test.annotations.various   
 

Uses of Table in org.hibernate.cfg.annotations
 

Methods in org.hibernate.cfg.annotations with parameters of type Table
 void EntityBinder.processComplementaryTableDefinitions(Table table)
           
 

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

Classes in org.hibernate.test.annotations.entity with annotations of type Table
 class Forest
          Use hibernate specific annotations
 

Uses of Table in org.hibernate.test.annotations.inheritance.joined
 

Classes in org.hibernate.test.annotations.inheritance.joined with annotations of type Table
 class Pool
           
 

Uses of Table in org.hibernate.test.annotations.various
 

Classes in org.hibernate.test.annotations.various with annotations of type Table
 class Vehicule
           
 



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