|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SequenceGenerator | |
---|---|
org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of SequenceGenerator in org.apache.openejb.jee.jpa |
---|
Fields in org.apache.openejb.jee.jpa declared as SequenceGenerator | |
---|---|
protected SequenceGenerator |
Entity.sequenceGenerator
|
protected SequenceGenerator |
Id.sequenceGenerator
|
Fields in org.apache.openejb.jee.jpa with type parameters of type SequenceGenerator | |
---|---|
protected java.util.List<SequenceGenerator> |
EntityMappings.sequenceGenerator
|
Methods in org.apache.openejb.jee.jpa that return SequenceGenerator | |
---|---|
SequenceGenerator |
ObjectFactory.createSequenceGenerator()
Create an instance of SequenceGenerator |
SequenceGenerator |
Entity.getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
SequenceGenerator |
Id.getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
Methods in org.apache.openejb.jee.jpa that return types with arguments of type SequenceGenerator | |
---|---|
java.util.List<SequenceGenerator> |
EntityMappings.getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
Methods in org.apache.openejb.jee.jpa with parameters of type SequenceGenerator | |
---|---|
void |
Entity.setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property. |
void |
Id.setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |