HHH-10013 - Adjust default for hibernate.id.new_generator_mappings to true - checkstyle
This commit is contained in:
parent
b3a8453064
commit
dd0547efdc
|
@ -61,6 +61,7 @@ public class SequenceGenerator
|
||||||
* @deprecated No longer supported. To specify initial-value or increment use the
|
* @deprecated No longer supported. To specify initial-value or increment use the
|
||||||
* org.hibernate.id.enhanced.SequenceStyleGenerator generator instead.
|
* org.hibernate.id.enhanced.SequenceStyleGenerator generator instead.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public static final String PARAMETERS = "parameters";
|
public static final String PARAMETERS = "parameters";
|
||||||
|
|
||||||
private QualifiedName logicalQualifiedSequenceName;
|
private QualifiedName logicalQualifiedSequenceName;
|
||||||
|
|
Loading…
Reference in New Issue