org.apache.hadoop.hive.ql.exec
Class Utilities.DatePersistenceDelegate

java.lang.Object
  extended by java.beans.PersistenceDelegate
      extended by org.apache.hadoop.hive.ql.exec.Utilities.DatePersistenceDelegate
Direct Known Subclasses:
Utilities.TimestampPersistenceDelegate
Enclosing class:
Utilities

public static class Utilities.DatePersistenceDelegate
extends PersistenceDelegate

DatePersistenceDelegate. Needed to serialize java.util.Date since it is not serialization friendly. Also works for java.sql.Date since it derives from java.util.Date.


Constructor Summary
Utilities.DatePersistenceDelegate()
           
 
Method Summary
 
Methods inherited from class java.beans.PersistenceDelegate
writeObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities.DatePersistenceDelegate

public Utilities.DatePersistenceDelegate()


Copyright © 2014 The Apache Software Foundation. All rights reserved.