Package | Description |
---|---|
org.fastnate.generator.context |
Modifier and Type | Method and Description |
---|---|
AccessStyle |
AttributeAccessor.getAccessStyle()
Describes how this attribute accesses the values below.
|
static AccessStyle |
AccessStyle.getStyle(javax.persistence.AccessType type)
Determines the correct mapping to the style for the given accesstype.
|
static AccessStyle |
AccessStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessStyle[] |
AccessStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 fastnate.org. All rights reserved.