Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.AccessType

Packages that use AccessType
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of AccessType in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as AccessType
protected  AccessType Version.access
           
protected  AccessType MappedSuperclass.access
           
protected  AccessType ManyToMany.access
           
protected  AccessType Embedded.access
           
protected  AccessType OneToMany.access
           
protected  AccessType ElementCollection.access
           
protected  AccessType ManyToOne.access
           
protected  AccessType Embeddable.access
           
protected  AccessType Entity.access
           
protected  AccessType Basic.access
           
protected  AccessType Id.access
           
protected  AccessType EntityMappings.access
           
protected  AccessType EmbeddedId.access
           
protected  AccessType OneToOne.access
           
protected  AccessType PersistenceUnitDefaults.access
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return AccessType
static AccessType AccessType.fromValue(String v)
           
 AccessType Version.getAccess()
          Gets the value of the access property.
 AccessType MappedSuperclass.getAccess()
          Gets the value of the access property.
 AccessType ManyToMany.getAccess()
          Gets the value of the access property.
 AccessType Embedded.getAccess()
          Gets the value of the access property.
 AccessType OneToMany.getAccess()
          Gets the value of the access property.
 AccessType ElementCollection.getAccess()
          Gets the value of the access property.
 AccessType ManyToOne.getAccess()
          Gets the value of the access property.
 AccessType Embeddable.getAccess()
          Gets the value of the access property.
 AccessType Entity.getAccess()
          Gets the value of the access property.
 AccessType Basic.getAccess()
          Gets the value of the access property.
 AccessType Id.getAccess()
          Gets the value of the access property.
 AccessType EntityMappings.getAccess()
          Gets the value of the access property.
 AccessType EmbeddedId.getAccess()
          Gets the value of the access property.
 AccessType OneToOne.getAccess()
          Gets the value of the access property.
 AccessType PersistenceUnitDefaults.getAccess()
          Gets the value of the access property.
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.xml.jaxb with parameters of type AccessType
 void Version.setAccess(AccessType value)
          Sets the value of the access property.
 void MappedSuperclass.setAccess(AccessType value)
          Sets the value of the access property.
 void ManyToMany.setAccess(AccessType value)
          Sets the value of the access property.
 void Embedded.setAccess(AccessType value)
          Sets the value of the access property.
 void OneToMany.setAccess(AccessType value)
          Sets the value of the access property.
 void ElementCollection.setAccess(AccessType value)
          Sets the value of the access property.
 void ManyToOne.setAccess(AccessType value)
          Sets the value of the access property.
 void Embeddable.setAccess(AccessType value)
          Sets the value of the access property.
 void Entity.setAccess(AccessType value)
          Sets the value of the access property.
 void Basic.setAccess(AccessType value)
          Sets the value of the access property.
 void Id.setAccess(AccessType value)
          Sets the value of the access property.
 void EntityMappings.setAccess(AccessType value)
          Sets the value of the access property.
 void EmbeddedId.setAccess(AccessType value)
          Sets the value of the access property.
 void OneToOne.setAccess(AccessType value)
          Sets the value of the access property.
 void PersistenceUnitDefaults.setAccess(AccessType value)
          Sets the value of the access property.
 



Copyright © 2009-2011. All Rights Reserved.