|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jpt.jpa.core.context.orm.OrmTemporalConverter.Adapter
public static class OrmTemporalConverter.Adapter
| Method Summary | |
|---|---|
OrmConverter |
buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
Build a converter for specified mapping if the mapping's XML has the adapter's value set. |
OrmConverter |
buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
Build a converter for specified mapping. |
void |
clearXmlValue(XmlConvertibleMapping xmlMapping)
Clear the adapter's XML value from the specified XML mapping. |
java.lang.Class<? extends Converter> |
getConverterType()
Return the type of converter handled by the adapter. |
static OrmTemporalConverter.Adapter |
instance()
|
boolean |
isActive(XmlConvertibleMapping xmlMapping)
Return whether the specified XML mapping has the adapter's value set. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static OrmTemporalConverter.Adapter instance()
public java.lang.Class<? extends Converter> getConverterType()
OrmConverter.Adapter
getConverterType in interface OrmConverter.Adapter
public OrmConverter buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
OrmConverter.Adapternull otherwise.
This is used to build a converter during construction of the
converter's mapping.
buildConverter in interface OrmConverter.Adapterpublic boolean isActive(XmlConvertibleMapping xmlMapping)
OrmConverter.Adapter
isActive in interface OrmConverter.AdapterOrmConverter.Adapter.buildNewConverter(OrmAttributeMapping, OrmXmlContextNodeFactory)
public OrmConverter buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
OrmConverter.AdapterOrmConverter.initialize().
buildNewConverter in interface OrmConverter.AdapterOrmConverter.Adapter.isActive(XmlConvertibleMapping)public void clearXmlValue(XmlConvertibleMapping xmlMapping)
OrmConverter.Adapter
clearXmlValue in interface OrmConverter.Adapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||