| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.engine.TransactionHelperorg.hibernate.id.enhanced.TableStructureConstructor Summary | |
| |
Method Summary | |
AccessCallback |
|
protected Serializable |
|
int | |
String |
|
int | |
void | |
String[] |
|
String[] |
|
Methods inherited from class org.hibernate.engine.TransactionHelper | |
doWorkInCurrentTransaction, doWorkInNewTransaction | |
public TableStructure(Dialect dialect, String tableName, String valueColumnName, int initialValue, int incrementSize)
public AccessCallback buildCallback(SessionImplementor session)
- Specified by:
- buildCallback in interface DatabaseStructure
protected Serializable doWorkInCurrentTransaction(Connection conn,
String sql)
throws SQLException
- Overrides:
- doWorkInCurrentTransaction in interface TransactionHelper
public int getIncrementSize()
- Specified by:
- getIncrementSize in interface DatabaseStructure
public int getTimesAccessed()
- Specified by:
- getTimesAccessed in interface DatabaseStructure
public String[] sqlCreateStrings(Dialect dialect) throws HibernateException
- Specified by:
- sqlCreateStrings in interface DatabaseStructure
public String[] sqlDropStrings(Dialect dialect) throws HibernateException
- Specified by:
- sqlDropStrings in interface DatabaseStructure