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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return AccessType
 AccessType PersistenceUnitDefaults.getAccess()
          Returns the access element
 AccessType ElementCollection.getAccess()
          Returns the access attribute
 AccessType Entity.getAccess()
          Returns the access attribute
 AccessType Id.getAccess()
          Returns the access attribute
 AccessType EmbeddedId.getAccess()
          Returns the access attribute
 AccessType Basic.getAccess()
          Returns the access attribute
 AccessType Version.getAccess()
          Returns the access attribute
 AccessType ManyToOne.getAccess()
          Returns the access attribute
 AccessType OneToMany.getAccess()
          Returns the access attribute
 AccessType OneToOne.getAccess()
          Returns the access attribute
 AccessType ManyToMany.getAccess()
          Returns the access attribute
 AccessType Embedded.getAccess()
          Returns the access attribute
 AccessType Embeddable.getAccess()
          Returns the access attribute
 AccessType OrmDescriptor.getAccess()
          Returns the access element
 AccessType MappedSuperclass.getAccess()
          Returns the access attribute
 AccessType EntityMappings.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.orm20 with parameters of type AccessType
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.access(AccessType access)
          Sets the access element
 ElementCollection<T> ElementCollection.access(AccessType access)
          Sets the access attribute
 Entity<T> Entity.access(AccessType access)
          Sets the access attribute
 Id<T> Id.access(AccessType access)
          Sets the access attribute
 EmbeddedId<T> EmbeddedId.access(AccessType access)
          Sets the access attribute
 Basic<T> Basic.access(AccessType access)
          Sets the access attribute
 Version<T> Version.access(AccessType access)
          Sets the access attribute
 ManyToOne<T> ManyToOne.access(AccessType access)
          Sets the access attribute
 OneToMany<T> OneToMany.access(AccessType access)
          Sets the access attribute
 OneToOne<T> OneToOne.access(AccessType access)
          Sets the access attribute
 ManyToMany<T> ManyToMany.access(AccessType access)
          Sets the access attribute
 Embedded<T> Embedded.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
 MappedSuperclass<T> MappedSuperclass.access(AccessType access)
          Sets the access attribute
 EntityMappings<T> EntityMappings.access(AccessType access)
          Sets the access element
 



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