Oracle TopLink API Reference
10g Release 3 (10.1.3)

B13698-01


oracle.toplink.sessions.entitymanager
Class TemporalType

java.lang.Object
  extended byoracle.toplink.sessions.entitymanager.TemporalType


public class TemporalType
extends java.lang.Object

Type used to indicate a specific component of java.util.Date


Field Summary
static TemporalType DATE
           
static TemporalType TIME
           
static TemporalType TIMESTAMP
           

 

Method Summary
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

DATE

public static TemporalType DATE

TIME

public static TemporalType TIME

TIMESTAMP

public static TemporalType TIMESTAMP

Method Detail

toString

public java.lang.String toString()

Copyright © 1998, 2006, Oracle. All Rights Reserved.