| Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmXmlContextNodeFactory |
OrmAttributeMapping |
UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent,
XmlAttributeMapping resourceMapping,
OrmXmlContextNodeFactory factory)
|
OrmAttributeMapping |
OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent,
XmlAttributeMapping resourceMapping,
OrmXmlContextNodeFactory factory)
Build a context mapping. |
OrmAttributeMapping |
NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent,
XmlAttributeMapping resourceMapping,
OrmXmlContextNodeFactory factory)
|
OrmTypeMapping |
OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent,
XmlTypeMapping resourceMapping,
OrmXmlContextNodeFactory factory)
Build a context mapping for the specified parent and resource mapping,
using the specified factory. |
OrmConverter |
OrmTemporalConverter.Adapter.buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmLobConverter.Adapter.buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmEnumeratedConverter.Adapter.buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmConverter.Adapter.buildConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
Build a converter for specified mapping
if the mapping's XML has the adapter's value set. |
OrmConverter |
OrmTemporalConverter.Adapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmLobConverter.Adapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmEnumeratedConverter.Adapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
|
OrmConverter |
OrmConverter.Adapter.buildNewConverter(OrmAttributeMapping parent,
OrmXmlContextNodeFactory factory)
Build a converter for specified mapping. |