|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SequenceGenerator | |
|---|---|
| org.hibernate.jpamodelgen.xml.jaxb | |
| Uses of SequenceGenerator in org.hibernate.jpamodelgen.xml.jaxb |
|---|
| Fields in org.hibernate.jpamodelgen.xml.jaxb declared as SequenceGenerator | |
|---|---|
protected SequenceGenerator |
Id.sequenceGenerator
|
protected SequenceGenerator |
Entity.sequenceGenerator
|
| Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type SequenceGenerator | |
|---|---|
protected List<SequenceGenerator> |
EntityMappings.sequenceGenerator
|
| Methods in org.hibernate.jpamodelgen.xml.jaxb that return SequenceGenerator | |
|---|---|
SequenceGenerator |
ObjectFactory.createSequenceGenerator()
Create an instance of SequenceGenerator |
SequenceGenerator |
Id.getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
SequenceGenerator |
Entity.getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
| Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type SequenceGenerator | |
|---|---|
List<SequenceGenerator> |
EntityMappings.getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
| Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type SequenceGenerator | |
|---|---|
void |
Id.setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property. |
void |
Entity.setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||