org.infinispan.loaders.jdbc
public class JdbcUtil extends Object
Constructor and Description |
---|
JdbcUtil() |
Modifier and Type | Method and Description |
---|---|
static org.infinispan.io.ByteBuffer |
marshall(org.infinispan.marshall.StreamingMarshaller marshaller,
Object bucket) |
static void |
safeClose(Connection connection) |
static void |
safeClose(ResultSet rs) |
static void |
safeClose(Statement ps) |
static Object |
unmarshall(org.infinispan.marshall.StreamingMarshaller marshaller,
InputStream inputStream) |
public static void safeClose(Statement ps)
public static void safeClose(Connection connection)
public static void safeClose(ResultSet rs)
public static org.infinispan.io.ByteBuffer marshall(org.infinispan.marshall.StreamingMarshaller marshaller, Object bucket) throws org.infinispan.loaders.CacheLoaderException, InterruptedException
org.infinispan.loaders.CacheLoaderException
InterruptedException
public static Object unmarshall(org.infinispan.marshall.StreamingMarshaller marshaller, InputStream inputStream) throws org.infinispan.loaders.CacheLoaderException
org.infinispan.loaders.CacheLoaderException
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.