Uses of Class
org.jboss.shrinkwrap.descriptor.api.orm10.AccessType

Packages that use AccessType
org.jboss.shrinkwrap.descriptor.api.orm10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of AccessType in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return AccessType
 AccessType Entity.getAccess()
          Returns the access attribute
 AccessType PersistenceUnitDefaults.getAccess()
          Returns the access element
 AccessType EntityMappings.getAccess()
          Returns the access element
 AccessType MappedSuperclass.getAccess()
          Returns the access attribute
 AccessType Embeddable.getAccess()
          Returns the access attribute
 AccessType OrmDescriptor.getAccess()
          Returns the access element
static AccessType AccessType.getFromStringValue(String value)
           
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.jboss.shrinkwrap.descriptor.api.orm10 with parameters of type AccessType
 Entity<T> Entity.access(AccessType access)
          Sets the access attribute
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.access(AccessType access)
          Sets the access element
 EntityMappings<T> EntityMappings.access(AccessType access)
          Sets the access element
 MappedSuperclass<T> MappedSuperclass.access(AccessType access)
          Sets the access attribute
 Embeddable<T> Embeddable.access(AccessType access)
          Sets the access attribute
 OrmDescriptor OrmDescriptor.access(AccessType access)
          Sets the access element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.