public class

CalendarDateType

extends AbstractSingleColumnStandardBasicType<T>
java.lang.Object
   ↳ org.hibernate.type.AbstractStandardBasicType<T>
     ↳ org.hibernate.type.AbstractSingleColumnStandardBasicType<T>
       ↳ org.hibernate.type.CalendarDateType

Class Overview

A type mapping DATE and Calendar

Summary

Fields
public static final CalendarDateType INSTANCE
Public Constructors
CalendarDateType()
Public Methods
String getName()
[Expand]
Inherited Methods
From class org.hibernate.type.AbstractSingleColumnStandardBasicType
From class org.hibernate.type.AbstractStandardBasicType
From class java.lang.Object
From interface org.hibernate.type.BasicType
From interface org.hibernate.type.SingleColumnType
From interface org.hibernate.type.StringRepresentableType
From interface org.hibernate.type.Type
From interface org.hibernate.type.XmlRepresentableType

Fields

public static final CalendarDateType INSTANCE

Public Constructors

public CalendarDateType ()

Public Methods

public String getName ()