Class JdbcUtil
java.lang.Object
org.infinispan.persistence.jdbc.common.JdbcUtil
Contains common methods used by JDBC CacheStores.
- Author:
- Mircea.Markus@jboss.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffer
marshall
(Object obj, Marshaller marshaller) static void
safeClose
(Connection connection) static void
static void
static <T> T
unmarshall
(InputStream inputStream, StreamAwareMarshaller marshaller) static <T> T
unmarshall
(ByteBuffer buf, Marshaller marshaller)
-
Constructor Details
-
JdbcUtil
public JdbcUtil()
-
-
Method Details
-
safeClose
-
safeClose
-
safeClose
-
marshall
-
unmarshall
-
unmarshall
-