Package | Description |
---|---|
org.hibernate.jpamodelgen | |
org.hibernate.jpamodelgen.util |
Modifier and Type | Method and Description |
---|---|
AccessType |
Context.getPersistenceUnitDefaultAccessType() |
Modifier and Type | Method and Description |
---|---|
void |
Context.setPersistenceUnitDefaultAccessType(AccessType persistenceUnitDefaultAccessType) |
Modifier and Type | Method and Description |
---|---|
static AccessType |
TypeUtils.determineAnnotationSpecifiedAccessType(Element element) |
AccessType |
AccessTypeInformation.getAccessType() |
AccessType |
AccessTypeInformation.getDefaultAccessType() |
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 |
---|---|
static ElementKind |
TypeUtils.getElementKindForAccessType(AccessType accessType) |
void |
AccessTypeInformation.setDefaultAccessType(AccessType defaultAccessType) |
void |
AccessTypeInformation.setExplicitAccessType(AccessType explicitAccessType) |
Constructor and Description |
---|
AccessTypeInformation(String fqcn,
AccessType explicitAccessType,
AccessType defaultAccessType) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.