org.jboss.dashboard.database.hibernate
Class LOBHelper
java.lang.Object
org.jboss.dashboard.database.hibernate.LOBHelper
@ApplicationScoped
@Named(value="LOBHelper")
public class LOBHelper
- extends Object
Utility class to help with binary objects in Oracle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOBHelper
public LOBHelper()
lookup
public static LOBHelper lookup()
oracleNullSafeSet
public void oracleNullSafeSet(PreparedStatement statement,
Object value,
int index,
LOBHelper.ValueWriter vw)
throws org.hibernate.HibernateException,
SQLException
- Throws:
org.hibernate.HibernateException
SQLException
nullSafeSet
public void nullSafeSet(PreparedStatement st,
Object value,
int index,
LOBHelper.ValueWriter vw)
throws org.hibernate.HibernateException,
SQLException
- Throws:
org.hibernate.HibernateException
SQLException
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.