Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AccessType |
OrmDescriptor.getAccess()
Returns the
access element |
AccessType |
Embeddable.getAccess()
Returns the
access attribute |
AccessType |
Entity.getAccess()
Returns the
access attribute |
AccessType |
PersistenceUnitDefaults.getAccess()
Returns the
access element |
AccessType |
MappedSuperclass.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 |
---|---|
OrmDescriptor |
OrmDescriptor.access(AccessType access)
Sets the
access element |
Embeddable<T> |
Embeddable.access(AccessType access)
Sets the
access attribute |
Entity<T> |
Entity.access(AccessType access)
Sets the
access attribute |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.access(AccessType access)
Sets the
access element |
MappedSuperclass<T> |
MappedSuperclass.access(AccessType access)
Sets the
access attribute |
Copyright © 2023 JBoss by Red Hat. All rights reserved.