Class HibernateByteArrayWrapperType
- java.lang.Object
-
- org.sqlproc.engine.type.SqlDefaultType
-
- org.sqlproc.engine.type.SqlByteArrayType
-
- org.sqlproc.engine.hibernate.type.HibernateByteArrayWrapperType
-
- All Implemented Interfaces:
SqlMetaType,SqlTaggedMetaType
public class HibernateByteArrayWrapperType extends SqlByteArrayType
The Hibernate META type BYTEARRAY.- Author:
- Vladimir Hudec
-
-
Field Summary
-
Fields inherited from class org.sqlproc.engine.type.SqlDefaultType
logger
-
-
Constructor Summary
Constructors Constructor Description HibernateByteArrayWrapperType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>[]getClassTypes()String[]getMetaTypes()ObjectgetProviderSqlType()-
Methods inherited from class org.sqlproc.engine.type.SqlByteArrayType
setParameter, setResult
-
Methods inherited from class org.sqlproc.engine.type.SqlDefaultType
addScalar, getClassTypesForDefault
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sqlproc.engine.type.SqlMetaType
addScalarEntryLog, error, getResult, setParameterEntryLog, setResultEntryLog
-
-
-
-
Method Detail
-
getClassTypes
public Class<?>[] getClassTypes()
- Specified by:
getClassTypesin interfaceSqlTaggedMetaType- Overrides:
getClassTypesin classSqlByteArrayType
-
getProviderSqlType
public Object getProviderSqlType()
-
getMetaTypes
public String[] getMetaTypes()
- Specified by:
getMetaTypesin interfaceSqlTaggedMetaType- Overrides:
getMetaTypesin classSqlByteArrayType
-
-