Uses of Class
org.hibernate.jpamodelgen.util.AccessType

Packages that use AccessType
org.hibernate.jpamodelgen   
org.hibernate.jpamodelgen.util   
 

Uses of AccessType in org.hibernate.jpamodelgen
 

Methods in org.hibernate.jpamodelgen that return AccessType
 AccessType Context.getPersistenceUnitDefaultAccessType()
           
 

Methods in org.hibernate.jpamodelgen with parameters of type AccessType
 void Context.setPersistenceUnitDefaultAccessType(AccessType persistenceUnitDefaultAccessType)
           
 

Uses of AccessType in org.hibernate.jpamodelgen.util
 

Methods in org.hibernate.jpamodelgen.util that return AccessType
static AccessType TypeUtils.determineAnnotationSpecifiedAccessType(Element element)
           
 AccessType AccessTypeInformation.getAccessType()
           
 AccessType AccessTypeInformation.getDefaultAccessType()
           
static AccessType AccessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessType[] AccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.jpamodelgen.util with parameters of type AccessType
static ElementKind TypeUtils.getElementKindForAccessType(AccessType accessType)
           
 void AccessTypeInformation.setDefaultAccessType(AccessType defaultAccessType)
           
 void AccessTypeInformation.setExplicitAccessType(AccessType explicitAccessType)
           
 

Constructors in org.hibernate.jpamodelgen.util with parameters of type AccessType
AccessTypeInformation(String fqcn, AccessType explicitAccessType, AccessType defaultAccessType)
           
 



Copyright © 2009-2012. All Rights Reserved.