public class EnumValueHandler extends AbstractValueHandler
Constructor and Description |
---|
EnumValueHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
getStoreOrdinal()
Whether to store the enum value as its ordinal.
|
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.
|
void |
setStoreOrdinal(boolean ordinal)
Whether to store the enum value as its ordinal.
|
Object |
toDataStoreValue(ValueMapping vm,
Object val,
JDBCStore store)
Translate the given value to its datastore equivalent.
|
Object |
toObjectValue(ValueMapping vm,
Object val)
Translate the given datastore value into its Java equivalent.
|
getResultArgument, objectValueRequiresLoad, toObjectValue
public boolean getStoreOrdinal()
public void setStoreOrdinal(boolean ordinal)
@Deprecated public Column[] map(ValueMapping vm, String name, ColumnIO io, boolean adapt)
ValueHandler
Name
and JavaType
properties set.name
- 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)
ValueHandler
isVersionable
in interface ValueHandler
isVersionable
in class AbstractValueHandler
public Object toDataStoreValue(ValueMapping vm, Object val, JDBCStore store)
ValueHandler
toDataStoreValue
in interface ValueHandler
toDataStoreValue
in class AbstractValueHandler
public Object toObjectValue(ValueMapping vm, Object val)
ValueHandler
ValueHandler.objectValueRequiresLoad(org.apache.openjpa.jdbc.meta.ValueMapping)
returns false.toObjectValue
in interface ValueHandler
toObjectValue
in class AbstractValueHandler
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.