Uses of Class
org.hibernate.type.BigDecimalType

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

Uses of BigDecimalType in org.hibernate.type
 

Fields in org.hibernate.type declared as BigDecimalType
static BigDecimalType StandardBasicTypes.BIG_DECIMAL
          The standard Hibernate type for mapping BigDecimal to JDBC NUMERIC.
static BigDecimalType BigDecimalType.INSTANCE
           
 



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