Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.jdbc.kernel.exps |
OpenJPA-JDBC Expression Tree
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.persistence.meta |
OpenJPA MetaModel
This package provides an implementation of Metamodel API of JPA 2.0 Specification.
|
Modifier and Type | Method and Description |
---|---|
FilterListener[] |
OpenJPAConfiguration.getFilterListenerInstances()
Return the query filter listeners.
|
FilterListener[] |
OpenJPAConfigurationImpl.getFilterListenerInstances() |
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAConfiguration.setFilterListeners(FilterListener[] listeners)
Set the query filter listeners.
|
void |
OpenJPAConfigurationImpl.setFilterListeners(FilterListener[] listeners) |
Modifier and Type | Method and Description |
---|---|
FilterListener |
QueryCacheStoreQuery.getFilterListener(String tag) |
Modifier and Type | Method and Description |
---|---|
FilterListener |
JDBCStoreQuery.getFilterListener(String tag) |
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCFilterListener
JDBC extension to the
FilterListener . |
Modifier and Type | Class and Description |
---|---|
class |
GetColumn
Returns the SQL alias of the named column for use in a query.
|
class |
JDBCStringContains
Deprecated.
Use
matches() instead. |
class |
JDBCWildcardMatch
Deprecated.
Use
matches() instead. |
class |
SQLEmbed
Simple listener which embeds its SQL argument into the query.
|
class |
SQLExpression
Deprecated.
Use
SQLEmbed directly |
class |
SQLValue
Deprecated.
Use
SQLEmbed directly |
Modifier and Type | Method and Description |
---|---|
Value |
JDBCExpressionFactory.newExtension(FilterListener listener,
Value target,
Value arg) |
Modifier and Type | Method and Description |
---|---|
FilterListener |
DelegatingQuery.getFilterListener(String tag) |
FilterListener |
QueryContext.getFilterListener(String tag)
Return the filter listener for the given tag, or null.
|
FilterListener |
ExpressionStoreQuery.getFilterListener(String tag) |
FilterListener |
AbstractStoreQuery.getFilterListener(String tag) |
FilterListener |
QueryImpl.getFilterListener(String tag) |
FilterListener |
StoreQuery.getFilterListener(String tag)
Return the standard filter listener for the given tag, or null.
|
static FilterListener |
Filters.hintToFilterListener(Object hint,
ClassLoader loader)
Convert the user-given hint value to a filter listener.
|
static FilterListener[] |
Filters.hintToFilterListeners(Object hint,
ClassLoader loader)
Convert the user-given hint value to an array of filter listeners.
|
Modifier and Type | Method and Description |
---|---|
Collection<FilterListener> |
QueryContext.getFilterListeners()
The set of filter listeners.
|
Collection<FilterListener> |
QueryImpl.getFilterListeners() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingQuery.addFilterListener(FilterListener listener) |
void |
QueryImpl.addFilterListener(FilterListener listener) |
void |
Query.addFilterListener(FilterListener listener)
Register a filter listener for the query.
|
void |
DelegatingQuery.removeFilterListener(FilterListener listener) |
void |
QueryImpl.removeFilterListener(FilterListener listener) |
void |
Query.removeFilterListener(FilterListener listener)
Remove a filter listener from the query.
|
Modifier and Type | Class and Description |
---|---|
class |
StringContains
Deprecated.
Use
matches() instead. |
class |
WildcardMatch
Deprecated.
Use
matches() instead. |
Modifier and Type | Method and Description |
---|---|
FilterListener |
Resolver.getFilterListener(String tag)
Return the filter listener for the given tag, or null if none.
|
Modifier and Type | Method and Description |
---|---|
Value |
ExpressionFactory.newExtension(FilterListener listener,
Value target,
Value args)
Return the value of the given extension.
|
Value |
InMemoryExpressionFactory.newExtension(FilterListener listener,
Value target,
Value arg) |
Modifier and Type | Method and Description |
---|---|
OpenJPAQuery<X> |
OpenJPAQuerySPI.addFilterListener(FilterListener listener)
Register a filter listener for the query.
|
OpenJPAQuery<X> |
OpenJPAQuery.addFilterListener(FilterListener listener)
Deprecated.
cast to
QueryImpl instead. This
method pierces the published-API boundary, as does the SPI cast. |
OpenJPAQuery<X> |
QueryImpl.addFilterListener(FilterListener listener) |
OpenJPAQuery<X> |
OpenJPAQuerySPI.removeFilterListener(FilterListener listener)
Remove a filter listener from the query.
|
OpenJPAQuery<X> |
OpenJPAQuery.removeFilterListener(FilterListener listener)
Deprecated.
cast to
QueryImpl instead. This
method pierces the published-API boundary, as does the SPI cast. |
OpenJPAQuery<X> |
QueryImpl.removeFilterListener(FilterListener listener) |
Modifier and Type | Method and Description |
---|---|
FilterListener |
MetamodelImpl.getFilterListener(String tag) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.