Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.id.enhanced.SequenceStructure
Constructor Summary | |
|
Method Summary | |
AccessCallback |
|
int | |
String |
|
int | |
void | |
String[] |
|
String[] |
|
public SequenceStructure(Dialect dialect, String sequenceName, int initialValue, int incrementSize)
public AccessCallback buildCallback(SessionImplementor session)
- Specified by:
- buildCallback in interface DatabaseStructure
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