public class HibernateSequenceSnapshotGenerator extends HibernateSnapshotGenerator
Sequence snapshots are not yet supported, but this class needs to be implemented in order to prevent the default SequenceSnapshotGenerator from running.
| Constructor and description |
|---|
HibernateSequenceSnapshotGenerator() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot) |
|
public java.lang.Class<? extends SnapshotGenerator>[] |
replaces() |
|
protected DatabaseObject |
snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot) |
| Methods inherited from class | Name |
|---|---|
class HibernateSnapshotGenerator |
addTo, addsTo, findHibernateTable, getPriority, replaces, snapshot, snapshotObject |