HHH-12092 Bad PrimitiveCharacterArrayNClobType INSTANCE typo

This commit is contained in:
Piotr Bobinski 2018-02-23 17:05:12 +01:00 committed by Vlad Mihalcea
parent 865c159bff
commit cecfc63bc0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import org.hibernate.type.descriptor.sql.NClobTypeDescriptor;
* @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 );