org.codehaus.groovy.grails.orm.hibernate.query
Class HibernateProjectionAdapter

java.lang.Object
  extended by org.codehaus.groovy.grails.orm.hibernate.query.HibernateProjectionAdapter

public class HibernateProjectionAdapter
extends java.lang.Object

Adapts Grails datastore API to Hibernate projections.

Since:
2.0

Constructor Summary
HibernateProjectionAdapter(org.grails.datastore.mapping.query.Query.Projection projection)
           
 
Method Summary
 org.hibernate.criterion.Projection toHibernateProjection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateProjectionAdapter

public HibernateProjectionAdapter(org.grails.datastore.mapping.query.Query.Projection projection)
Method Detail

toHibernateProjection

public org.hibernate.criterion.Projection toHibernateProjection()