Class HibernateDefaultType
- java.lang.Object
-
- org.sqlproc.engine.type.SqlDefaultType
-
- org.sqlproc.engine.hibernate.type.HibernateDefaultType
-
- All Implemented Interfaces:
SqlMetaType,SqlTaggedMetaType
public class HibernateDefaultType extends SqlDefaultType
The default META type for the Hibernate stack. It's used in the case there's no explicit META type declaration in the META SQL statements.- Author:
- Vladimir Hudec
-
-
Field Summary
-
Fields inherited from class org.sqlproc.engine.type.SqlDefaultType
logger
-
-
Constructor Summary
Constructors Constructor Description HibernateDefaultType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddScalar(SqlTypeFactory typeFactory, SqlQuery query, String dbName, Class<?>... attributeTypes)Class<?>[]getClassTypes()String[]getMetaTypes()ObjectgetProviderSqlType()-
Methods inherited from class org.sqlproc.engine.type.SqlDefaultType
getClassTypesForDefault, setParameter, setResult
-
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
-
addScalar
public void addScalar(SqlTypeFactory typeFactory, SqlQuery query, String dbName, Class<?>... attributeTypes)
- Specified by:
addScalarin interfaceSqlMetaType- Overrides:
addScalarin classSqlDefaultType
-
getProviderSqlType
public Object getProviderSqlType()
-
getClassTypes
public Class<?>[] getClassTypes()
-
getMetaTypes
public String[] getMetaTypes()
-
-