- classForName(String) - Static method in class org.jadira.usertype.spi.utils.reflection.ClassLoaderUtils
-
Attempts to instantiate the named class, using the context ClassLoader for the current thread,
or Class.forName if this does not work
- ClassLoaderUtils - Class in org.jadira.usertype.spi.utils.reflection
-
Utility methods related to
ClassLoader
resolution and the like
- ColumnMapper<T,J> - Interface in org.jadira.usertype.spi.shared
-
- ColumnMapperSingleColumnTypeAdapter<T,J> - Class in org.jadira.usertype.spi.shared
-
- ColumnMapperSingleColumnTypeAdapter(ColumnMapper<T, J>) - Constructor for class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- compare(Object, Object) - Method in class org.jadira.usertype.spi.shared.AbstractVersionableUserType
-
- compare(Object, Object, EntityMode) - Method in class org.jadira.usertype.spi.shared.ColumnMapperSingleColumnTypeAdapter
-
- ConfigurationHelper - Class in org.jadira.usertype.spi.shared
-
- copyOf(U[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method
- copyOf(int[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of ints
- copyOf(short[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of short
- copyOf(long[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of long
- copyOf(byte[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of byte
- copyOf(char[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of char
- copyOf(float[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of float
- copyOf(double[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of double
- copyOf(boolean[]) - Static method in class org.jadira.usertype.spi.utils.reflection.ArrayUtils
-
This method does a similar job to JSE 6.0's Arrays.copyOf() method and overloads the method for use with arrays of boolean