Uses of Class
org.apache.openejb.jee.jpa.AccessType

Packages that use AccessType
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AccessType in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as AccessType
protected  AccessType Embeddable.access
           
protected  AccessType EntityMappings.access
           
protected  AccessType PersistenceUnitDefaults.access
           
protected  AccessType MappedSuperclass.access
           
protected  AccessType Entity.access
           
 

Methods in org.apache.openejb.jee.jpa that return AccessType
static AccessType AccessType.fromValue(String v)
           
 AccessType Embeddable.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.
 AccessType MappedSuperclass.getAccess()
          Gets the value of the access property.
 AccessType Mapping.getAccess()
           
 AccessType Entity.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.apache.openejb.jee.jpa with parameters of type AccessType
 void Embeddable.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.
 void MappedSuperclass.setAccess(AccessType value)
          Sets the value of the access property.
 void Mapping.setAccess(AccessType value)
           
 void Entity.setAccess(AccessType value)
          Sets the value of the access property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.