|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerShort
public final class KeyGeneratorTypeHandlerShort
Class implementing the KeyGeneratorTypeHandler for Short
type.
| Constructor Summary | |
|---|---|
KeyGeneratorTypeHandlerShort(boolean fail)
Construct an type handler for Short values. |
|
KeyGeneratorTypeHandlerShort(boolean fail,
int allocationSize)
|
|
| Method Summary | |
|---|---|
java.lang.Short |
add(java.lang.Short value,
int offset)
Adds the new Type Handler of type T to the provided handler instance at the provided offset. |
void |
bindValue(java.sql.PreparedStatement stmt,
int index,
java.lang.Short value)
Binds the value in the sql preparedstatement at the provided index location. |
java.lang.Short |
getNextValue(java.sql.ResultSet rs)
Gets the value from resultset by calling getValue method and then calls the increment method to increment the extracted value. |
java.lang.Short |
getValue(java.sql.ResultSet rs)
Reads the resultset and return the extracted typehandler value from the resultset. |
java.lang.Short |
increment(java.lang.Short value)
Increments the provided value by ONE. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyGeneratorTypeHandlerShort(boolean fail)
fail - true if the type handler should fail when current
row of the record set is not valid, false
otherwise.
public KeyGeneratorTypeHandlerShort(boolean fail,
int allocationSize)
| Method Detail |
|---|
public java.lang.Short getNextValue(java.sql.ResultSet rs)
throws PersistenceException,
java.sql.SQLException
getNextValue in interface KeyGeneratorTypeHandler<java.lang.Short>rs - A ResultSet object.
PersistenceException - If ResultSet is empty or if the type handler
should fail when current row of the record set is not valid,
java.sql.SQLException - If database error occurs.
public java.lang.Short getValue(java.sql.ResultSet rs)
throws PersistenceException,
java.sql.SQLException
getValue in interface KeyGeneratorTypeHandler<java.lang.Short>rs - ResultSet object
PersistenceException - If ResultSet is empty or if the type handler
should fail when current row of the record set is not valid,
java.sql.SQLException - If database error occurs.public java.lang.Short increment(java.lang.Short value)
increment in interface KeyGeneratorTypeHandler<java.lang.Short>value - value to be incremented.
public java.lang.Short add(java.lang.Short value,
int offset)
add in interface KeyGeneratorTypeHandler<java.lang.Short>value - Handler instance in which new value will be addedoffset - Offset location. *
public void bindValue(java.sql.PreparedStatement stmt,
int index,
java.lang.Short value)
throws java.sql.SQLException
bindValue in interface KeyGeneratorTypeHandler<java.lang.Short>stmt - A SQL PreparedStatement.index - Index location for binding parameter to statement.value - Value to be binded
java.sql.SQLException - If SQL error occurs in binding param to sql statement.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||