Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
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 |
---|---|
Id |
JDBCStore.newDataStoreId(long id,
ClassMapping mapping,
boolean subs)
Create a new datastore identity object from the given id value and
mapping.
|
Id |
JDBCStoreManager.newDataStoreId(long id,
ClassMapping mapping,
boolean subs) |
Modifier and Type | Method and Description |
---|---|
static Id |
Id.newInstance(Class cls,
Object val)
Create an id from the given type and value; the value might be an
id instance, a stringified id, or a primary key value.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.