Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Class and Description |
---|---|
static class |
HintValueConverter.EnumToInteger
Convert the enum value to an enumerated set of constants.
|
static class |
HintValueConverter.OpenJPAEnumToInteger
Converts an OpenJPA specific enum to an equivalent kernel constant.
|
static class |
HintValueConverter.StringToBoolean |
static class |
HintValueConverter.StringToInteger
Converts a String to an integer.
|
class |
MixedLockLevelsHelper
Helper methods translate between JPA-defined lock mode and OpenJPA
internal lock levels.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
FetchPlanImpl.registerHint(String[] keys,
HintValueConverter... converters)
Registers a hint key with its value converters.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.