Uses of Class
org.seasar.doma.internal.WrapException
Packages that use WrapException
Package
Description
Internal implementation details for the Doma framework.
Internal implementation details for the Doma framework.
-
Uses of WrapException in org.seasar.doma.internal.jdbc.entity
Methods in org.seasar.doma.internal.jdbc.entity that throw WrapExceptionModifier and TypeMethodDescriptionRetrieves the value of this field from the specified object.voidSets the value of this field on the specified object.Creates a field wrapper for regular field access.Creates a field wrapper for optional field access.Creates a field wrapper for the specified field that handles access according to this segment's type. -
Uses of WrapException in org.seasar.doma.internal.util
Methods in org.seasar.doma.internal.util that throw WrapExceptionModifier and TypeMethodDescriptionstatic Objectstatic <T> Constructor<T>ClassUtil.getConstructor(Class<T> clazz, Class<?>... parameterTypes) static <T> FieldClassUtil.getDeclaredField(Class<T> clazz, String name) static <T> MethodClassUtil.getDeclaredMethod(Class<T> clazz, String name, Class<?>... parameterTypes) static <T> Methodstatic StringResourceUtil.getResourceAsString(String path) static <T> Tstatic <T> TClassUtil.newInstance(Class<T> clazz) static <T> TConstructorUtil.newInstance(Constructor<T> constructor, Object... params) static StringIOUtil.readAsString(File file) static StringIOUtil.readAsString(InputStream inputStream) static voidstatic voidFieldUtil.setAccessible(Field field, boolean flag)