Example usage for org.hibernate.type DoubleType subclass-usage

List of usage examples for org.hibernate.type DoubleType subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.type DoubleType subclass-usage.

Usage

From source file com.mysema.query.ExtDoubleType.java

@SuppressWarnings("serial")
public class ExtDoubleType extends DoubleType {

    //    @Override
    //    public void set(PreparedStatement st, Object value, int index) throws SQLException {
    //        st.setDouble( index, ( (Number) value ).doubleValue() );

From source file com.querydsl.jpa.ExtDoubleType.java

@SuppressWarnings("serial")
public class ExtDoubleType extends DoubleType {

    //    @Override
    //    public void set(PreparedStatement st, Object value, int index) throws SQLException {
    //        st.setDouble( index, ( (Number) value ).doubleValue() );