|
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 |
DatabaseGenerator
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
|
| 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. |
Class<? extends Generator> |
Generator.getGeneratorType()
Return the generator's type. |
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). |
Iterable<Generator> |
AttributeMapping.GeneratorsTransformer.transform(AttributeMapping mapping)
|
Iterable<Generator> |
TypeMapping.GeneratorsTransformer.transform(TypeMapping mapping)
|
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type Generator | |
|---|---|
boolean |
Generator.isEquivalentTo(Generator generator)
Return whether the specified generator has the same state as this generator but is not this generator. |
| Uses of Generator in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaDatabaseGenerator
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()
|
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 |
EclipseLinkUuidGenerator
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 |
EclipseLinkJavaUuidGenerator
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 |
EclipseLinkOrmUuidGenerator
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 |
|---|
| Fields in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type parameters of type Generator | |
|---|---|
protected static EclipseLinkPersistenceUnit.EquivalencyAdapter<Generator> |
EclipseLinkPersistenceUnit.GENERATOR_EQUIVALENCY_ADAPTER
|
| Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return types with arguments of type Generator | |
|---|---|
protected HashMap<String,ArrayList<Generator>> |
EclipseLinkPersistenceUnit.getEclipseLinkConvertibleJavaGenerators()
|
| Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type Generator | |
|---|---|
boolean |
EclipseLinkPersistenceUnit.GeneratorEquivalencyAdapter.valuesAreEquivalent(Generator generator1,
Generator generator2)
|
| Method parameters in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type arguments of type Generator | |
|---|---|
protected void |
EclipseLinkPersistenceUnit.convertJavaGeneratorsWithSameName(EntityMappings entityMappings,
Map.Entry<String,ArrayList<Generator>> entry,
SubMonitor monitor)
|
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 | ||||||||||