Example usage for org.hibernate.jpa.spi IdentifierGeneratorStrategyProvider interface-usage

List of usage examples for org.hibernate.jpa.spi IdentifierGeneratorStrategyProvider interface-usage

Introduction

In this page you can find the example usage for org.hibernate.jpa.spi IdentifierGeneratorStrategyProvider interface-usage.

Usage

From source file org.ligoj.bootstrap.core.dao.SequenceIdentifierGeneratorStrategyProvider.java

/**
 * An extension of {@link org.hibernate.jpa.spi.IdentifierGeneratorStrategyProvider} allowing to set globally the
 * configuration of {@link SequenceStyleGenerator} behavior such as
 * {@link SequenceStyleGenerator#CONFIG_PREFER_SEQUENCE_PER_ENTITY} and {@link SequenceStyleGenerator#INCREMENT_PARAM}
 */
public class SequenceIdentifierGeneratorStrategyProvider