List<object[]> products = GetSession().CreateCriteria<Product>() .SetProjection(Projections.ProjectionList()
I\'m havi开发者_JAVA技巧ng trouble converting the following HQL-query to Criteria API and I was wondering if I could get some help from you guys
I am trying to use Criteria API in following scenario: I have two tables, Schedule and Route (wi开发者_运维技巧th their classes and mappings).
I had a scenario in Oracle where i need to match a substring part of column with a list of values. i was using sqlfunction projection for applying the substring on the required column, and added that