mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-01 23:39:15 +00:00
HHH-12092 Bad PrimitiveCharacterArrayNClobType INSTANCE typo
This commit is contained in:
parent
97b0c635f8
commit
bfb02bc55c
@ -15,7 +15,7 @@
|
||||
* @author Emmanuel Bernard
|
||||
*/
|
||||
public class PrimitiveCharacterArrayNClobType extends AbstractSingleColumnStandardBasicType<char[]> {
|
||||
public static final CharacterArrayClobType INSTANCE = new CharacterArrayClobType();
|
||||
public static final CharacterArrayNClobType INSTANCE = new CharacterArrayNClobType();
|
||||
|
||||
public PrimitiveCharacterArrayNClobType() {
|
||||
super( NClobTypeDescriptor.DEFAULT, PrimitiveCharacterArrayTypeDescriptor.INSTANCE );
|
||||
|
Loading…
x
Reference in New Issue
Block a user