@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.HibernateExceptionSQLExceptionpublic void nullSafeSet(PreparedStatement st, Object value, int index, LOBHelper.ValueWriter vw) throws org.hibernate.HibernateException, SQLException
org.hibernate.HibernateExceptionSQLExceptionCopyright © 2012–2015 JBoss by Red Hat. All rights reserved.