|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.SequenceTableType
public class SequenceTableType
Indicates that a separate table holds a list of table name/ID pairs and the server should fetch the next ID from that table.
Java class for sequence-tableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sequence-tableType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="table-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sequence-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="batch-size" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
batchSize
|
protected java.lang.String |
sequenceName
|
protected java.lang.String |
tableName
|
Constructor Summary | |
---|---|
SequenceTableType()
|
Method Summary | |
---|---|
int |
getBatchSize()
Gets the value of the batchSize property. |
java.lang.String |
getSequenceName()
Gets the value of the sequenceName property. |
java.lang.String |
getTableName()
Gets the value of the tableName property. |
void |
setBatchSize(int value)
Sets the value of the batchSize property. |
void |
setSequenceName(java.lang.String value)
Sets the value of the sequenceName property. |
void |
setTableName(java.lang.String value)
Sets the value of the tableName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String tableName
protected java.lang.String sequenceName
protected int batchSize
Constructor Detail |
---|
public SequenceTableType()
Method Detail |
---|
public java.lang.String getTableName()
String
public void setTableName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSequenceName()
String
public void setSequenceName(java.lang.String value)
value
- allowed object is
String
public int getBatchSize()
public void setBatchSize(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |