org.sonar.jpa.dialect
Class OracleSequenceGenerator

java.lang.Object
  extended by org.hibernate.id.SequenceGenerator
      extended by org.sonar.jpa.dialect.OracleSequenceGenerator
All Implemented Interfaces:
org.hibernate.id.Configurable, org.hibernate.id.IdentifierGenerator, org.hibernate.id.PersistentIdentifierGenerator

public class OracleSequenceGenerator
extends org.hibernate.id.SequenceGenerator

Since:
1.10

Field Summary
static String SEQUENCE_NAME_SUFFIX
           
 
Fields inherited from class org.hibernate.id.SequenceGenerator
PARAMETERS, SEQUENCE
 
Fields inherited from interface org.hibernate.id.PersistentIdentifierGenerator
CATALOG, PK, SCHEMA, SQL_STATEMENT_LOGGER, TABLE, TABLES
 
Fields inherited from interface org.hibernate.id.IdentifierGenerator
ENTITY_NAME
 
Constructor Summary
OracleSequenceGenerator()
           
 
Method Summary
 void configure(org.hibernate.type.Type type, Properties params, org.hibernate.dialect.Dialect dialect)
           
 
Methods inherited from class org.hibernate.id.SequenceGenerator
generate, generatorKey, getSequenceName, sqlCreateStrings, sqlDropStrings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEQUENCE_NAME_SUFFIX

public static final String SEQUENCE_NAME_SUFFIX
See Also:
Constant Field Values
Constructor Detail

OracleSequenceGenerator

public OracleSequenceGenerator()
Method Detail

configure

public void configure(org.hibernate.type.Type type,
                      Properties params,
                      org.hibernate.dialect.Dialect dialect)
               throws org.hibernate.MappingException
Specified by:
configure in interface org.hibernate.id.Configurable
Overrides:
configure in class org.hibernate.id.SequenceGenerator
Throws:
org.hibernate.MappingException


Copyright © 2009-2011 SonarSource. All Rights Reserved.