Project

General

Profile

« Previous | Next » 

Revision de8249cf

Added by Andreas Müller over 3 years ago

ref #9114 add URI Wrapper and replace all java.net.URI occurrences by the wrapper in cdmlib

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/hibernate/URIUserType.java
8 8
*/
9 9
package eu.etaxonomy.cdm.hibernate;
10 10

  
11

  
12
import java.net.URI;
13 11
import java.net.URISyntaxException;
14 12
import java.sql.PreparedStatement;
15 13
import java.sql.ResultSet;
......
23 21
import org.hibernate.usertype.UserType;
24 22
import org.jadira.usertype.dateandtime.shared.spi.AbstractUserType;
25 23

  
24
import eu.etaxonomy.cdm.common.URI;
25

  
26 26
/**
27 27
 * This class maps java.net.URI to Types.CLOB
28 28
 * @author a.mueller

Also available in: Unified diff