N2CMS

Classes | Enumerations

Package N2.Persistence.NH.Finder

Classes

class  AbstractHqlProvider-g
 Abstract base class for hql providers. More...
class  AbstractInHqlProvider-g
class  DetailBetweenHqlProvider-g
 Provides hql for between queries on details. More...
class  DetailCriteria
class  DetailHqlProvider-g
 Provides hql for queries on details. More...
class  DetailInHqlProvider-g
class  DetailSortDirection
interface  IHqlProvider
 Classes implementing this interface provide hql need to build the query. More...
class  ItemFinder
 Provides the query builder. More...
class  NullablePropertyCriteria-g
 The criteria building block of a query. Compares a property to value. More...
class  OrderBy
 Transition to the property to order by. More...
class  PersistablePropertyCriteria
class  PropertyBetweenHqlProvider-g
 Represents a property criteria to select values in a certain range. More...
class  PropertyClassCriteria
 The criteria building block of a query. Compares the item class to a value. More...
class  PropertyCriteria-g
 The criteria building block of a query. Compares a property to value. More...
class  PropertyHqlProvider-g
class  PropertyInHqlProvider-g
class  PropertyIsNullHqlProvider-g
 Represents a property criteria to select values in a certain range. More...
class  PropertySortDirection
class  PropertyStringCriteria
class  PropertyVersionOfCriteria
class  QueryBuilder
 The query builder stores query settings and can perform selects on the database. More...
class  StringWrapper
 Surrounds a string builder with two strings. The prefix is appended right away, the suffix is appended upon disposal. More...
class  TextOnlyHqlProvider
 Appends custom strings to a hql query. More...
class  VersionOfHqlProvider
 Creates the hql query for finding versions of an item. More...

Enumerations

enum  Operator { None, And, Or }
 

Represents the operator between two criterias.

More...

Enumeration Type Documentation

Represents the operator between two criterias.

Enumerator:
None 
And 
Or 

Definition at line 10 of file Operator.cs.