Uses of Class
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.AccessType

Packages that use AccessType
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm   
 

Uses of AccessType in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm declared as AccessType
protected  AccessType EntityMappings.access
           
protected  AccessType MappedSuperclass.access
           
protected  AccessType Embeddable.access
           
protected  AccessType Entity.access
           
protected  AccessType PersistenceUnitDefaults.access
           
 

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



Copyright © 2009 The CC-XJC Community. All Rights Reserved.