org.eclipse.jpt.jpa.eclipselink.core.context.orm
Interface OrmUuidGenerator
- All Superinterfaces:
- Generator, IAdaptable, JpaContextNode, JpaNamedContextNode, JpaNode, JptResourceTypeReference, Model, OrmGenerator, UuidGenerator
public interface OrmUuidGenerator
- extends UuidGenerator, OrmGenerator
eclipselink-orm.xml 2.4 uuid generator
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
| Fields inherited from interface org.eclipse.jpt.jpa.core.context.Generator |
TYPES |
|
Method Summary |
void |
convertFrom(JavaUuidGenerator javaGenerator)
Build up a mapping file generator from the given Java generator. |
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_4.XmlUuidGenerator_2_4 |
getXmlGenerator()
|
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode |
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getParent, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate |
getXmlGenerator
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_4.XmlUuidGenerator_2_4 getXmlGenerator()
- Specified by:
getXmlGenerator in interface OrmGenerator
convertFrom
void convertFrom(JavaUuidGenerator javaGenerator)
- Build up a mapping file generator from the given Java generator.
Copyright (c) 2012 Oracle. All rights reserved.