|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Generator in org.eclipse.jpt.jpa.core.context |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.core.context | |
|---|---|
interface |
DbGenerator
Sequence and table generators. |
interface |
SequenceGenerator
sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
TableGenerator
table generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Fields in org.eclipse.jpt.jpa.core.context with type parameters of type Generator | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<AttributeMapping,Iterable<Generator>> |
AttributeMapping.GENERATORS_TRANSFORMER
|
static org.eclipse.jpt.common.utility.transformer.Transformer<TypeMapping,Iterable<Generator>> |
TypeMapping.GENERATORS_TRANSFORMER
|
static Iterable<Class<? extends Generator>> |
Generator.TYPES
|
| Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type Generator | |
|---|---|
Iterable<Generator> |
AttributeMapping.getGenerators()
Typically only ID mappings have generators. |
Iterable<Generator> |
TypeMapping.getGenerators()
|
Iterable<Generator> |
GeneratorContainer.getGenerators()
Return the container's sequence and table generators. |
Iterable<Generator> |
MappingFile.getMappingFileGenerators()
Return the generators defined directly in the mapping file (as opposed to including the generators defined in Java types referenced by the mapping file). |
Class<? extends Generator> |
Generator.getType()
Return the generator's type. |
protected Iterable<Generator> |
TypeMapping.GeneratorsTransformer.transform_(TypeMapping mapping)
|
Iterable<Generator> |
AttributeMapping.GeneratorsTransformer.transform(AttributeMapping mapping)
|
| Uses of Generator in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaDbGenerator
Java sequence and table generators Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaGenerator
Java sequence and table generators Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaSequenceGenerator
Java sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTableGenerator
Java table generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Generator in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmGenerator
orm.xml sequence and table generators
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmSequenceGenerator
orm.xml sequence generator
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmTableGenerator
orm.xml table generator
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type Generator | |
|---|---|
Iterable<Generator> |
EntityMappings.getMappingFileGenerators()
Return all the generators defined in both the entity mappings and its type mappings (but not in any associated Java annotations). |
| Uses of Generator in org.eclipse.jpt.jpa.core.context.persistence |
|---|
| Fields in org.eclipse.jpt.jpa.core.context.persistence with type parameters of type Generator | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<MappingFileRef,Iterable<Generator>> |
MappingFileRef.MAPPING_FILE_GENERATORS_TRANSFORMER
|
| Methods in org.eclipse.jpt.jpa.core.context.persistence that return types with arguments of type Generator | |
|---|---|
Iterable<Generator> |
PersistenceUnit.getGenerators()
Return the "active" generators defined within the persistence unit's scope, including generators with duplicate names. |
Iterable<Generator> |
MappingFileRef.getMappingFileGenerators()
|
protected Iterable<Generator> |
MappingFileRef.MappingFileGeneratorsTransformer.transform_(MappingFileRef ref)
|
| Uses of Generator in org.eclipse.jpt.jpa.core.jpa2.context |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.core.jpa2.context | |
|---|---|
interface |
SequenceGenerator2_0
JPA 2.0 sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Generator in org.eclipse.jpt.jpa.core.jpa2.context.java |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.core.jpa2.context.java | |
|---|---|
interface |
JavaSequenceGenerator2_0
JPA 2.0 Java sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Generator in org.eclipse.jpt.jpa.core.jpa2.context.orm |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.core.jpa2.context.orm | |
|---|---|
interface |
OrmSequenceGenerator2_0
JPA 2.0 orm.xml sequence generator
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| Uses of Generator in org.eclipse.jpt.jpa.eclipselink.core.context |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.eclipselink.core.context | |
|---|---|
interface |
UuidGenerator
uuid generator - corresponds to org.eclipse.persistence.annotations.UuidGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Generator in org.eclipse.jpt.jpa.eclipselink.core.context.java |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.eclipselink.core.context.java | |
|---|---|
interface |
JavaUuidGenerator
EclipseLink 2.4 Java 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. |
| Uses of Generator in org.eclipse.jpt.jpa.eclipselink.core.context.orm |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.eclipselink.core.context.orm | |
|---|---|
interface |
OrmUuidGenerator
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. |
| Uses of Generator in org.eclipse.jpt.jpa.eclipselink.core.context.persistence |
|---|
| Method parameters in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type arguments of type Generator | |
|---|---|
protected void |
EclipseLinkPersistenceUnit.validateGeneratorsWithSameName(String generatorName,
ArrayList<Generator> dups,
List<IMessage> messages)
If all the generators are "equivalent" add info messages; otherwise mark them all as duplicates. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||