Uses of Class
org.hibernate.type.NTextType

Packages that use NTextType
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of NTextType in org.hibernate.type
 

Fields in org.hibernate.type declared as NTextType
static NTextType NTextType.INSTANCE
           
static NTextType StandardBasicTypes.NTEXT
          The standard Hibernate type for mapping String to JDBC LONGNVARCHAR.
 



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.