|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Generator in org.eclipse.jpt.core.context |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.core.context | |
|---|---|
interface |
SequenceGenerator
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
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.core.context with parameters of type Generator | |
|---|---|
boolean |
Generator.duplicates(Generator generator)
Return whether the generator is a duplicate of the given generator. |
boolean |
Generator.overrides(Generator generator)
Return whether the generator overrides the definition of the given generator (e.g. |
| Uses of Generator in org.eclipse.jpt.core.context.java |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.core.context.java | |
|---|---|
interface |
JavaGenerator
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
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
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.core.context.orm |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.core.context.orm | |
|---|---|
interface |
OrmGenerator
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
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
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.core.context.persistence |
|---|
| Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type Generator | |
|---|---|
java.util.ListIterator<Generator> |
PersistenceUnit.generators()
Return the list of generators defined within the persistence unit's scope, including generators with duplicate names. |
| Methods in org.eclipse.jpt.core.context.persistence with parameters of type Generator | |
|---|---|
void |
PersistenceUnit.addGenerator(Generator generator)
Add the specified generator (that is defined elsewhere) to the list of generators defined within the persistence unit's scope. |
| Uses of Generator in org.eclipse.jpt.core.jpa2.context |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.core.jpa2.context | |
|---|---|
interface |
SequenceGenerator2_0
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.core.jpa2.context.orm |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.core.jpa2.context.orm | |
|---|---|
interface |
OrmSequenceGenerator2_0
JPA 2.0 context orm.xml sequence generator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||