Package | Description |
---|---|
org.fastnate.generator.context |
Modifier and Type | Field and Description |
---|---|
private AccessStyle |
EntityClass.accessStyle
The type of access that is used for the properties (field access or bean property access).
|
Modifier and Type | Method and Description |
---|---|
AccessStyle |
AttributeAccessor.getAccessStyle()
Describes how this attribute accesses the values below.
|
AccessStyle |
EntityClass.getAccessStyle()
The type of access that is used for the properties (field access or bean property access).
|
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 © 2022 fastnate.org. All rights reserved.