站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.QueryException (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.QueryException

Packages that use QueryException
net.sf.hibernate.collection   
net.sf.hibernate.dialect   
net.sf.hibernate.engine   
net.sf.hibernate.hql   
net.sf.hibernate.impl   
net.sf.hibernate.loader   
net.sf.hibernate.persister   
net.sf.hibernate.sql   
 

Uses of QueryException in net.sf.hibernate.collection
 

Methods in net.sf.hibernate.collection that throw QueryException
 Type ElementPropertyMapping.toType(String propertyName)
           
 String[] ElementPropertyMapping.toColumns(String alias, String propertyName)
           
 Type CollectionPropertyMapping.toType(String propertyName)
           
 String[] CollectionPropertyMapping.toColumns(String alias, String propertyName)
           
 Type AbstractCollectionPersister.toType(String propertyName)
           
 String[] AbstractCollectionPersister.toColumns(String alias, String propertyName)
           
 

Uses of QueryException in net.sf.hibernate.dialect
 

Methods in net.sf.hibernate.dialect that throw QueryException
 Type SQLFunction.getReturnType(Type columnType, Mapping mapping)
           
 Type NoArgSQLFunction.getReturnType(Type columnType, Mapping mapping)
           
 

Uses of QueryException in net.sf.hibernate.engine
 

Methods in net.sf.hibernate.engine that throw QueryException
 void QueryParameters.validateParameters()
           
 

Uses of QueryException in net.sf.hibernate.hql
 

Methods in net.sf.hibernate.hql that throw QueryException
 void WhereParser.token(String token, QueryTranslator q)
           
 void WhereParser.start(QueryTranslator q)
           
 void WhereParser.end(QueryTranslator q)
           
 void SelectPathExpressionParser.end(QueryTranslator q)
           
protected  void SelectPathExpressionParser.setExpectingCollectionIndex()
           
 void SelectParser.token(String token, QueryTranslator q)
           
 Type SelectParser.aggregateType(List funcTokenList, Type type, QueryTranslator q)
           
 void QueryTranslator.compile(SessionFactoryImplementor factory, Map replacements, boolean scalar)
          Compile a "normal" query.
protected  int[] QueryTranslator.getNamedParameterLocs(String name)
           
protected  void QueryTranslator.addFromAssociation(String elementName, String collectionRole)
          Used for collection filters
protected  List QueryTranslator.getResultList(List results)
           
protected  String QueryTranslator.applyLocks(String sql, Map lockModes, Dialect dialect)
           
 void PreprocessingParser.token(String token, QueryTranslator q)
           
 void PreprocessingParser.start(QueryTranslator q)
           
 void PreprocessingParser.end(QueryTranslator q)
           
 void PathExpressionParser.token(String token, QueryTranslator q)
           
protected  Type PathExpressionParser.getPropertyType()
           
protected  String[] PathExpressionParser.currentColumns()
           
 void PathExpressionParser.end(QueryTranslator q)
           
protected  void PathExpressionParser.setExpectingCollectionIndex()
           
 String PathExpressionParser.getWhereColumn()
           
 String PathExpressionParser.getCollectionSubquery()
           
 boolean PathExpressionParser.isCollectionValued()
           
 String PathExpressionParser.addFromAssociation(QueryTranslator q)
           
 String PathExpressionParser.addFromCollection(QueryTranslator q)
           
 void PathExpressionParser.fetch(QueryTranslator q, String entityName)
           
static void ParserHelper.parse(Parser p, String text, String seperators, QueryTranslator q)
           
 void Parser.token(String token, QueryTranslator q)
           
 void Parser.start(QueryTranslator q)
           
 void Parser.end(QueryTranslator q)
           
 void OrderByParser.token(String token, QueryTranslator q)
           
 void OrderByParser.start(QueryTranslator q)
           
 void OrderByParser.end(QueryTranslator q)
           
 void GroupByParser.token(String token, QueryTranslator q)
           
 void GroupByParser.start(QueryTranslator q)
           
 void GroupByParser.end(QueryTranslator q)
           
 void FromPathExpressionParser.end(QueryTranslator q)
           
protected  void FromPathExpressionParser.setExpectingCollectionIndex()
           
 void FromParser.token(String token, QueryTranslator q)
           
 void FilterTranslator.compile(String collectionRole, SessionFactoryImplementor factory, Map replacements, boolean scalar)
          Compile a filter.
 void ClauseParser.token(String token, QueryTranslator q)
           
 void ClauseParser.end(QueryTranslator q)
           
 

Uses of QueryException in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl that throw QueryException
 QueryTranslator[] SessionFactoryImpl.getQuery(String queryString, boolean shallow)
           
 FilterTranslator SessionFactoryImpl.getFilter(String filterString, String collectionRole, boolean scalar)
           
 

Uses of QueryException in net.sf.hibernate.loader
 

Methods in net.sf.hibernate.loader that throw QueryException
 String SQLLoader.substituteBrackets()
           
protected  int[] SQLLoader.getNamedParameterLocs(String name)
           
protected  List Loader.getResultList(List results)
           
protected  String CriteriaLoader.applyLocks(String sqlSelectString, Map lockModes, Dialect dialect)
           
 

Uses of QueryException in net.sf.hibernate.persister
 

Methods in net.sf.hibernate.persister that throw QueryException
 Type PropertyMapping.toType(String propertyName)
          Given a component path expression, get the type of the property
 String[] PropertyMapping.toColumns(String alias, String propertyName)
          Given a query alias and a property path, return the qualified column name
 String[] NormalizedEntityPersister.toColumns(String alias, String property)
           
 Type AbstractPropertyMapping.toType(String propertyName)
           
 String[] AbstractPropertyMapping.toColumns(String alias, String propertyName)
           
 

Uses of QueryException in net.sf.hibernate.sql
 

Constructors in net.sf.hibernate.sql that throw QueryException
ForUpdateFragment(Map lockModes)