Project

General

Profile

« Previous | Next » 

Revision f1a25720

Added by Katja Luther over 6 years ago

  • ID f1a25720755daa96e8838a617a660dfced7b9f31
  • Parent 23e50194

first implementation for change from joda time to java8 time

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/hibernate/common/CdmGenericDaoImpl.java
47 47
import org.hibernate.type.SerializableType;
48 48
import org.hibernate.type.StringType;
49 49
import org.hibernate.type.Type;
50
import org.jadira.usertype.dateandtime.joda.PersistentDateTime;
50
import org.hibernate.type.ZonedDateTimeType;
51 51
import org.springframework.dao.DataAccessException;
52 52
import org.springframework.stereotype.Repository;
53 53
import org.springframework.util.ReflectionUtils;
......
441 441
	protected static boolean isNoDoType(Type propertyType) {
442 442
		boolean result = false;
443 443
		Class<?>[] classes = new Class[]{
444
				PersistentDateTime.class,
444
		        ZonedDateTimeType.class,
445 445
				WSDLDefinitionUserType.class,
446 446
				UUIDUserType.class,
447 447
				PartialUserType.class,

Also available in: Unified diff