|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.export.HQLFieldsReader
public class HQLFieldsReader
Class that can get fields (i.e name and type) from a hql query string
Constructor Summary | |
---|---|
HQLFieldsReader(java.lang.String query,
org.hibernate.SessionFactory sessionFactory)
Instantiates a new hQL fields reader. |
Method Summary | |
---|---|
java.lang.String |
prepareQuery()
Prepare query. |
java.util.Vector |
readFields()
Read fields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HQLFieldsReader(java.lang.String query, org.hibernate.SessionFactory sessionFactory)
query
- the querysessionFactory
- the session factoryMethod Detail |
---|
public java.lang.String prepareQuery()
public java.util.Vector readFields() throws java.lang.Exception
IFieldsReader
readFields
in interface IFieldsReader
java.lang.Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |