|
||||||||||
| 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 |
SequenceGenerator
sequence generator |
interface |
TableGenerator
table generator |
| Fields in org.eclipse.jpt.jpa.core.context with type parameters of type Generator | |
|---|---|
static java.lang.Iterable<java.lang.Class<? extends Generator>> |
Generator.PRECEDENCE_TYPE_LIST
TODO bjv remove! |
| Uses of Generator in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaGenerator
Java sequence and table generators |
interface |
JavaSequenceGenerator
Java sequence generator |
interface |
JavaTableGenerator
Java table generator |
| 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 |
interface |
OrmSequenceGenerator
orm.xml sequence generator |
interface |
OrmTableGenerator
orm.xml table generator |
| Uses of Generator in org.eclipse.jpt.jpa.core.context.persistence |
|---|
| Methods in org.eclipse.jpt.jpa.core.context.persistence that return types with arguments of type Generator | |
|---|---|
java.util.Iterator<Generator> |
PersistenceUnit.generators()
Return the "active" generators defined within the persistence unit's scope, including generators with duplicate names. |
| Methods in org.eclipse.jpt.jpa.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.jpa.core.jpa2.context |
|---|
| Subinterfaces of Generator in org.eclipse.jpt.jpa.core.jpa2.context | |
|---|---|
interface |
SequenceGenerator2_0
JPA 2.0 sequence generator |
| 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 |
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||