Package | Description |
---|---|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
org.apache.openjpa.lib.meta |
Metadata Framework
Extendable framework for metadata parsing and serializing.
|
org.apache.openjpa.lib.util |
General Utilities
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.persistence.jest | |
org.apache.openjpa.persistence.meta |
OpenJPA MetaModel
This package provides an implementation of Metamodel API of JPA 2.0 Specification.
|
org.apache.openjpa.util |
OpenJPA Utilities
This package provides utilities to facilitate the handling of second
class objects and OpenJPA object ids.
|
Modifier and Type | Method and Description |
---|---|
static OpenJPAException |
SQLExceptions.getStore(Localizer.Message msg,
SQLException se,
DBDictionary dict)
Convert the specified exception into a
StoreException . |
static OpenJPAException |
SQLExceptions.getStore(Localizer.Message msg,
SQLException se,
DBDictionary dict,
int level)
Convert the specified exception into a
StoreException . |
Modifier and Type | Method and Description |
---|---|
protected SAXException |
XMLMetaDataParser.getException(Localizer.Message msg)
Returns a SAXException with the source file name and the given error
message.
|
protected SAXException |
XMLMetaDataParser.getException(Localizer.Message msg,
Throwable cause)
Returns a SAXException with the source file name and the given error
message.
|
Modifier and Type | Method and Description |
---|---|
Localizer.Message |
Localizer.get(String key)
Return the localized string matching the given key.
|
Localizer.Message |
Localizer.get(String key,
Object sub)
Return the localized string matching the given key.
|
Localizer.Message |
Localizer.get(String key,
Object[] subs)
Return the localized string matching the given key.
|
Localizer.Message |
Localizer.get(String key,
Object sub1,
Object sub2)
Return the localized string for the given key.
|
Localizer.Message |
Localizer.get(String key,
Object sub1,
Object sub2,
Object sub3)
Return the localized string for the given key.
|
Localizer.Message |
Localizer.getFatal(String key)
Return the localized string matching the given key.
|
Localizer.Message |
Localizer.getFatal(String key,
Object sub)
Return the localized string matching the given key.
|
Localizer.Message |
Localizer.getFatal(String key,
Object[] subs)
Return the localized string matching the given key.
|
Localizer.Message |
Localizer.getFatal(String key,
Object sub1,
Object sub2)
Return the localized string for the given key.
|
Constructor and Description |
---|
ParseException(Localizer.Message msg) |
ParseException(Localizer.Message msg,
Throwable cause) |
Constructor and Description |
---|
ArgumentException(Localizer.Message msg,
Throwable[] nested,
Object failed,
boolean fatal) |
InvalidStateException(Localizer.Message msg,
Throwable[] nested,
Object failed,
boolean fatal) |
TransactionRequiredException(Localizer.Message msg,
Throwable[] nested,
Object failed,
boolean fatal) |
Constructor and Description |
---|
ProcessingException(JPAServletContext ctx,
Localizer.Message message,
int errorCode) |
ProcessingException(JPAServletContext ctx,
Throwable error,
Localizer.Message message) |
ProcessingException(JPAServletContext ctx,
Throwable error,
Localizer.Message message,
int errorCode) |
Modifier and Type | Method and Description |
---|---|
void |
CompileTimeLogger.error(Localizer.Message message) |
void |
CompileTimeLogger.error(Localizer.Message message,
Throwable t) |
void |
CompileTimeLogger.info(Localizer.Message message) |
void |
CompileTimeLogger.trace(Localizer.Message message) |
void |
CompileTimeLogger.warn(Localizer.Message message) |
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.