Package org.neo4j.jdbc
Class Wrapper
- java.lang.Object
-
- org.neo4j.jdbc.Wrapper
-
public class Wrapper extends Object
- Since:
- 3.0.0
- Author:
- AgileLARUS
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisWrapperFor(Class<?> iface, Class cls)static <T> Tunwrap(Class<T> iface, Object obj)
-
-
-
Method Detail
-
unwrap
public static <T> T unwrap(Class<T> iface, Object obj) throws SQLException
- Throws:
SQLException
-
isWrapperFor
public static boolean isWrapperFor(Class<?> iface, Class cls) throws SQLException
- Throws:
SQLException
-
-