Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AccessType |
OneToMany.getAccess()
Returns the
access attribute |
AccessType |
OneToOne.getAccess()
Returns the
access attribute |
AccessType |
PersistenceUnitDefaults.getAccess()
Returns the
access element |
AccessType |
EntityMappings.getAccess()
Returns the
access element |
AccessType |
EmbeddedId.getAccess()
Returns the
access attribute |
AccessType |
MappedSuperclass.getAccess()
Returns the
access attribute |
AccessType |
ElementCollection.getAccess()
Returns the
access attribute |
AccessType |
Basic.getAccess()
Returns the
access attribute |
AccessType |
Embeddable.getAccess()
Returns the
access attribute |
AccessType |
OrmDescriptor.getAccess()
Returns the
access element |
AccessType |
ManyToMany.getAccess()
Returns the
access attribute |
AccessType |
Id.getAccess()
Returns the
access attribute |
AccessType |
Version.getAccess()
Returns the
access attribute |
AccessType |
ManyToOne.getAccess()
Returns the
access attribute |
AccessType |
Entity.getAccess()
Returns the
access attribute |
AccessType |
Embedded.getAccess()
Returns the
access attribute |
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.
|
Modifier and Type | Method and Description |
---|---|
OneToMany<T> |
OneToMany.access(AccessType access)
Sets the
access attribute |
OneToOne<T> |
OneToOne.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 |
EmbeddedId<T> |
EmbeddedId.access(AccessType access)
Sets the
access attribute |
MappedSuperclass<T> |
MappedSuperclass.access(AccessType access)
Sets the
access attribute |
ElementCollection<T> |
ElementCollection.access(AccessType access)
Sets the
access attribute |
Basic<T> |
Basic.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 |
ManyToMany<T> |
ManyToMany.access(AccessType access)
Sets the
access attribute |
Id<T> |
Id.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 |
Entity<T> |
Entity.access(AccessType access)
Sets the
access attribute |
Embedded<T> |
Embedded.access(AccessType access)
Sets the
access attribute |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.