List of usage examples for org.joda.time LocalDate hashCode
public int hashCode()
ReadablePartial
. From source file:ca.ualberta.physics.cssdp.dao.type.PersistentLocalDate.java
License:Apache License
@Override public int hashCode(Object x) throws HibernateException { LocalDate ldt = (LocalDate) x; return ldt.hashCode(); }