Package ome.tools.hibernate
Class MySeqGenerator
- java.lang.Object
-
- org.hibernate.id.SequenceGenerator
-
- ome.tools.hibernate.MySeqGenerator
-
- All Implemented Interfaces:
org.hibernate.id.Configurable
,org.hibernate.id.IdentifierGenerator
,org.hibernate.id.PersistentIdentifierGenerator
public class MySeqGenerator extends org.hibernate.id.SequenceGenerator
http://www.hibernate.org/296.html
-
-
Constructor Summary
Constructors Constructor Description MySeqGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(org.hibernate.type.Type type, java.util.Properties params, org.hibernate.dialect.Dialect dialect)
If the parameters do not contain aSequenceGenerator.SEQUENCE
name, we assign one based on the table name.
-
-
-
Method Detail
-
configure
public void configure(org.hibernate.type.Type type, java.util.Properties params, org.hibernate.dialect.Dialect dialect) throws org.hibernate.MappingException
If the parameters do not contain aSequenceGenerator.SEQUENCE
name, we assign one based on the table name.- Specified by:
configure
in interfaceorg.hibernate.id.Configurable
- Overrides:
configure
in classorg.hibernate.id.SequenceGenerator
- Throws:
org.hibernate.MappingException
-
-