Java org.hibernate.id.enhanced SequenceStyleGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.id.enhanced SequenceStyleGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.id.enhanced SequenceStyleGenerator.

The text is from its open source code.

Subclass

org.hibernate.id.enhanced.SequenceStyleGenerator has subclasses.
Click this link to see all its subclasses.

Field

StringSEQUENCE_PARAM
Indicates the name of the sequence (or table) to use.
StringDEF_SEQUENCE_NAME
The default value for #SEQUENCE_PARAM , in the absence of any #CONFIG_PREFER_SEQUENCE_PER_ENTITY setting.
StringCONFIG_PREFER_SEQUENCE_PER_ENTITY
Used to create dedicated sequence for each entity based on the entity name.
StringCONFIG_SEQUENCE_PER_ENTITY_SUFFIX
Indicates the suffix to use in naming the identifier sequence/table name, by appending the suffix to the name of the entity.
StringDEF_SEQUENCE_SUFFIX
The default value for #CONFIG_SEQUENCE_PER_ENTITY_SUFFIX

Constructor

Method