Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.AccessType

Packages that use AccessType
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of AccessType in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as AccessType
protected  AccessType Embeddable.access
           
protected  AccessType MappedSuperclass.access
           
protected  AccessType Entity.access
           
protected  AccessType EntityMappings.access
           
protected  AccessType PersistenceUnitDefaults.access
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return AccessType
static AccessType AccessType.fromValue(String v)
           
 AccessType Embeddable.getAccess()
          Gets the value of the access property.
 AccessType MappedSuperclass.getAccess()
          Gets the value of the access property.
 AccessType Entity.getAccess()
          Gets the value of the access property.
 AccessType EntityMappings.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 net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type AccessType
 void Embeddable.setAccess(AccessType value)
          Sets the value of the access property.
 void MappedSuperclass.setAccess(AccessType value)
          Sets the value of the access property.
 void Entity.setAccess(AccessType value)
          Sets the value of the access property.
 void EntityMappings.setAccess(AccessType value)
          Sets the value of the access property.
 void PersistenceUnitDefaults.setAccess(AccessType value)
          Sets the value of the access property.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.