|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.SqlGeneratorType
public class SqlGeneratorType
Indicates that an arbitrary SQL statement should be used to generate the next ID.
Java class for sql-generatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sql-generatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="return-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
returnType
|
protected String |
sql
|
| Constructor Summary | |
|---|---|
SqlGeneratorType()
|
|
| Method Summary | |
|---|---|
String |
getReturnType()
Gets the value of the returnType property. |
String |
getSql()
Gets the value of the sql property. |
void |
setReturnType(String value)
Sets the value of the returnType property. |
void |
setSql(String value)
Sets the value of the sql property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String sql
protected String returnType
| Constructor Detail |
|---|
public SqlGeneratorType()
| Method Detail |
|---|
public String getSql()
Stringpublic void setSql(String value)
value - allowed object is
Stringpublic String getReturnType()
Stringpublic void setReturnType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||