Uses of Class
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.AccessType

Packages that use AccessType
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl   
 

Uses of AccessType in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.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.prot.collections.novalueclass.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.
 

Uses of AccessType in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl declared as AccessType
protected  AccessType EntityImpl.access
           
protected  AccessType EntityMappingsImpl.access
           
protected  AccessType EmbeddableImpl.access
           
protected  AccessType PersistenceUnitDefaultsImpl.access
           
protected  AccessType MappedSuperclassImpl.access
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that return AccessType
 AccessType EntityImpl.getAccess()
           
 AccessType EntityMappingsImpl.getAccess()
           
 AccessType EmbeddableImpl.getAccess()
           
 AccessType PersistenceUnitDefaultsImpl.getAccess()
           
 AccessType MappedSuperclassImpl.getAccess()
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl with parameters of type AccessType
 void EntityImpl.setAccess(AccessType value)
           
 void EntityMappingsImpl.setAccess(AccessType value)
           
 void EmbeddableImpl.setAccess(AccessType value)
           
 void PersistenceUnitDefaultsImpl.setAccess(AccessType value)
           
 void MappedSuperclassImpl.setAccess(AccessType value)
           
 



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