|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler org.apache.openjpa.jdbc.meta.strats.EnumValueHandler
public class EnumValueHandler
Value handler for JDK1.5 enum field types.
Constructor Summary | |
---|---|
EnumValueHandler()
|
Method Summary | |
---|---|
boolean |
getStoreOrdinal()
Whether to store the enum value as its ordinal. |
boolean |
isVersionable()
|
Column[] |
map(ValueMapping vm,
String name,
ColumnIO io,
boolean adapt)
Map the given value and return all mapped columns, or simply return an array of unmapped default columns. |
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. |
Methods inherited from class org.apache.openjpa.jdbc.meta.strats.AbstractValueHandler |
---|
getResultArgument, isVersionable, objectValueRequiresLoad, toObjectValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumValueHandler()
Method Detail |
---|
public boolean getStoreOrdinal()
public void setStoreOrdinal(boolean ordinal)
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 boolean isVersionable()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |