public class UntypedPCValueHandler extends AbstractValueHandler implements RelationId
| Constructor and Description |
|---|
UntypedPCValueHandler() |
| Modifier and Type | Method and Description |
|---|---|
static UntypedPCValueHandler |
getInstance()
Singleton instance.
|
boolean |
isVersionable(ValueMapping vm)
Return whether the values managed by this handler can be used in
state image versioning.
|
Column[] |
map(ValueMapping vm,
DBIdentifier name,
ColumnIO io,
boolean adapt) |
Column[] |
map(ValueMapping vm,
String name,
ColumnIO io,
boolean adapt)
Deprecated.
|
boolean |
objectValueRequiresLoad(ValueMapping vm)
Return whether this handler potentially must load extra data to extract
the object value from its datastore representation.
|
Object |
toDataStoreValue(ValueMapping vm,
Object val,
JDBCStore store)
Translate the given value to its datastore equivalent.
|
Object |
toObjectValue(ValueMapping vm,
Object val,
OpenJPAStateManager sm,
JDBCStore store,
JDBCFetchConfiguration fetch)
Translate the given datastore value into its Java equivalent.
|
Object |
toRelationDataStoreValue(OpenJPAStateManager sm,
Column col)
Return the serialized value for the given related object, now that
its id has been assigned.
|
getResultArgument, toObjectValuepublic static UntypedPCValueHandler getInstance()
@Deprecated public Column[] map(ValueMapping vm, String name, ColumnIO io, boolean adapt)
ValueHandlerName and JavaType properties set.map in interface ValueHandlername - use as a base to form column name(s); the column names
of unmapped columns will automatically be made to fit
database limitationsio - I/O information about mapped columns; you do not
have to set this information if returning templatesadapt - whether to adapt the mapping or schemapublic Column[] map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)
public boolean isVersionable(ValueMapping vm)
ValueHandlerisVersionable in interface ValueHandlerisVersionable in class AbstractValueHandlerpublic boolean objectValueRequiresLoad(ValueMapping vm)
ValueHandlerobjectValueRequiresLoad in interface ValueHandlerobjectValueRequiresLoad in class AbstractValueHandlerpublic Object toDataStoreValue(ValueMapping vm, Object val, JDBCStore store)
ValueHandlertoDataStoreValue in interface ValueHandlertoDataStoreValue in class AbstractValueHandlerpublic Object toObjectValue(ValueMapping vm, Object val, OpenJPAStateManager sm, JDBCStore store, JDBCFetchConfiguration fetch) throws SQLException
ValueHandlerValueHandler.objectValueRequiresLoad(org.apache.openjpa.jdbc.meta.ValueMapping) returns true.toObjectValue in interface ValueHandlertoObjectValue in class AbstractValueHandlersm - the state manager that owns the value; may be null if
loading a projectionSQLExceptionpublic Object toRelationDataStoreValue(OpenJPAStateManager sm, Column col)
RelationIdtoRelationDataStoreValue in interface RelationIdCopyright © 2006–2020 Apache Software Foundation. All rights reserved.