Searched refs:timestampSet (Results 1 – 1 of 1) sorted by relevance
62 Set<Class<?>> timestampSet = new HashSet<Class<?>>();63 timestampSet.add(Date.class);64 timestampSet.add(java.sql.Date.class);65 timestampSet.add(Timestamp.class);66 COMPATIBILITY_MAP.put(TIMESTAMP, timestampSet); in COMPATIBILITY_MAP.put() argument