Uses of Interface
org.makumba.providers.query.hql.ObjectType

Packages that use ObjectType
org.makumba.providers.query.hql   
 

Uses of ObjectType in org.makumba.providers.query.hql
 

Classes in org.makumba.providers.query.hql that implement ObjectType
 class HibernateObjectType
          This class would determine types based on Hibernate metadata info, hence it would be Makumba-independent.
 class MddObjectType
           
 

Fields in org.makumba.providers.query.hql declared as ObjectType
(package private)  ObjectType HqlAnalyzeBaseWalker.typeComputer
           
 

Constructors in org.makumba.providers.query.hql with parameters of type ObjectType
ObjectTypeAST(antlr.collections.AST lhs, antlr.collections.AST rhs, Map aliasTypes, ObjectType typeComputer)