FileDocCategorySizeDatePackage
SelectPathExpressionParser.javaAPI DocHibernate 3.2.5715Tue Feb 22 07:07:36 GMT 2005org.hibernate.hql.classic

SelectPathExpressionParser

public class SelectPathExpressionParser extends PathExpressionParser

Fields Summary
Constructors Summary
Methods Summary
public voidend(QueryTranslatorImpl q)

		if ( getCurrentProperty() != null && !q.isShallowQuery() ) {
			// "finish off" the join
			token( ".", q );
			token( null, q );
		}
		super.end( q );
	
public java.lang.StringgetSelectName()

		return getCurrentName();
	
protected voidsetExpectingCollectionIndex()

		throw new QueryException( "illegal syntax near collection-valued path expression in select: "  + getCollectionName() );