程序包的使用
org.hibernate.hql.internal.classic
-
使用org.hibernate.hql.internal.classic的程序包 程序包 说明 org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed. -
org.hibernate.hql.internal.classic使用的org.hibernate.hql.internal.classic中的类 类 说明 AbstractParameterInformation Parser A parser is a state machine that accepts a string of tokens, bounded by start() and end() and modifies a QueryTranslator.PathExpressionParser Parses an expression of the form foo.bar.baz and builds up an expression involving two less table joins than there are path components.QueryTranslatorImpl An instance of QueryTranslator translates a Hibernate query string to SQL.WhereParser Parses the where clause of a hibernate query and translates it to an SQL where clause.