| Package | Description |
|---|---|
| org.apache.openejb.jee.jpa |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected SequenceGenerator |
Id.sequenceGenerator |
protected SequenceGenerator |
Entity.sequenceGenerator |
| Modifier and Type | Field and Description |
|---|---|
protected List<SequenceGenerator> |
EntityMappings.sequenceGenerator |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SequenceGenerator> |
EntityMappings.getSequenceGenerator()
Gets the value of the sequenceGenerator property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Id.setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property.
|
void |
Entity.setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.