Example usage for org.hibernate.type.descriptor.sql TimestampTypeDescriptor subclass-usage

List of usage examples for org.hibernate.type.descriptor.sql TimestampTypeDescriptor subclass-usage

Introduction

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

Usage

From source file org.jadira.usertype.spi.shared.descriptor.sql.DstSafeTimestampTypeDescriptor.java

public class DstSafeTimestampTypeDescriptor extends TimestampTypeDescriptor {

    private static final long serialVersionUID = -1927559005967709998L;

    private final Calendar cal;

From source file org.jasig.ssp.util.hibernate.SspTimestampTypeDescriptor.java

/**
 * Same as {@link TimestampTypeDescriptor} but always specifies a
 * <code>java.util.Calendar</code> when reading and writing JDBC
 * <code>Timestamps</code>. This allows us to configure the
 * <code>TimeZone</code> in which those <code>Timestamps</code> are interpreted.
 * We do so globally in {@link SspTimeZones}.

From source file org.n52.series.db.ZonalTimestampTypeDescriptor.java

/**
 * Hibernate TypeDescriptor which forces all Timestamps queried from/inserted to
 * the database to use a configurable TimeZone instead of the JVM's timezone.
 *
 * @author <a href="mailto:h.bredel@52north.org">Henning Bredel</a>
 *

From source file org.n52.sos.ds.hibernate.type.UtcTimestampTypeDescriptor.java

/**
 * Hibernate TypeDescriptor which forces all Timestamps queried from/inserted to
 * the database to use UTC instead of the JVM's timezone.
 * 
 * @author Shane StClair <shane@axiomalaska.com>
 *