View Javadoc
1   package org.jadira.usertype.spi.shared;
2   
3   
4   /**
5    * Indicates a user type can be configured to use the JDBC 4.2 API
6    */
7   public interface Jdbc42Configured {
8   
9   	void setUseJdbc42Apis(boolean useJdbc42Apis);
10  }