Example usage for org.hibernate.id SequenceHiLoGenerator subclass-usage

List of usage examples for org.hibernate.id SequenceHiLoGenerator subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.id SequenceHiLoGenerator subclass-usage.

Usage

From source file com.edlogics.common.domain.IdKeepingSequenceGenerator.java

/**
 * A subclass of {@link SequenceGenerator} that will keep an Id if one is set.
 * This condition will be rare, e.g. Batch Imports
 * 
 * @author Christopher Savory
 *