@ApplicationScoped @Named(value="LOBHelper") public class LOBHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LOBHelper.ValueWriter |
Constructor and Description |
---|
LOBHelper() |
Modifier and Type | Method and Description |
---|---|
static LOBHelper |
lookup() |
void |
nullSafeSet(PreparedStatement st,
Object value,
int index,
LOBHelper.ValueWriter vw) |
void |
oracleNullSafeSet(PreparedStatement statement,
Object value,
int index,
LOBHelper.ValueWriter vw) |
public static LOBHelper lookup()
public void oracleNullSafeSet(PreparedStatement statement, Object value, int index, LOBHelper.ValueWriter vw) throws org.hibernate.HibernateException, SQLException
org.hibernate.HibernateException
SQLException
public void nullSafeSet(PreparedStatement st, Object value, int index, LOBHelper.ValueWriter vw) throws org.hibernate.HibernateException, SQLException
org.hibernate.HibernateException
SQLException
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.