Uses of Class
org.hibernate.annotations.AccessType

Packages that use AccessType
org.hibernate.ejb.test.cascade   
org.hibernate.test.annotations.access   
org.hibernate.test.annotations.embedded   
org.hibernate.test.annotations.embedded.many2one   
org.hibernate.test.annotations.embedded.one2many   
 

Uses of AccessType in org.hibernate.ejb.test.cascade
 

Classes in org.hibernate.ejb.test.cascade with annotations of type AccessType
 class Student
           
 class Teacher
           
 

Uses of AccessType in org.hibernate.test.annotations.access
 

Classes in org.hibernate.test.annotations.access with annotations of type AccessType
 class Bed
           
 class Furniture
           
 class Gardenshed
          This is the opposite of the Furniture test, as this tries to override the class AccessType("property") with the property AccessType("field").
 class Woody
           
 

Fields in org.hibernate.test.annotations.access with annotations of type AccessType
 long Furniture.weight
           
 

Methods in org.hibernate.test.annotations.access with annotations of type AccessType
 long Gardenshed.getFloors()
           
 

Uses of AccessType in org.hibernate.test.annotations.embedded
 

Classes in org.hibernate.test.annotations.embedded with annotations of type AccessType
 class Country
          Non realistic embedded dependent object
 class RegionalArticlePk
          Regional article pk
 

Uses of AccessType in org.hibernate.test.annotations.embedded.many2one
 

Classes in org.hibernate.test.annotations.embedded.many2one with annotations of type AccessType
 class Address
          TODO : javadoc
 

Uses of AccessType in org.hibernate.test.annotations.embedded.one2many
 

Classes in org.hibernate.test.annotations.embedded.one2many with annotations of type AccessType
 class Name
          TODO : javadoc
 class PersonName
          TODO : javadoc
 



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