Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Method and Description |
---|---|
Specification |
OpenJPAConfiguration.getSpecificationInstance()
Get the Specification.
|
Specification |
OpenJPAConfigurationImpl.getSpecificationInstance() |
Specification |
Specification.setDescription(String description) |
Modifier and Type | Method and Description |
---|---|
int |
Specification.compareVersion(Specification other)
Compares major version number of the given Specification with this
receiver.
|
boolean |
Specification.isSame(Specification other)
Affirms if the given specification has the same name of this receiver,
ignoring the case.
|
void |
OpenJPAConfiguration.setSpecification(Specification spec)
Set the Specification for this configuration.
|
void |
OpenJPAConfigurationImpl.setSpecification(Specification newSpec) |
protected void |
SpecificationPlugin.validateOverwrite(Specification newSpec)
Validates if the given Specification can overwrite the current
Specification.
|
Modifier and Type | Field and Description |
---|---|
static Specification |
PersistenceProductDerivation.ALIAS_EJB |
static Specification |
PersistenceProductDerivation.SPEC_JPA |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.