Class FilterClause<E extends EntityType>

java.lang.Object
com.hades.builder.sqlCommand.clauseBuilder.ClauseElements
com.hades.builder.sqlCommand.clauseBuilder.filter.FilterClause<E>
All Implemented Interfaces:
SQLFilterClause<E>

public class FilterClause<E extends EntityType> extends ClauseElements implements SQLFilterClause<E>

there is 2 way to create an object of FilterClause

  1. create object with constructor -> FilterClause(Class) in which developer must pass Class object of entity type
  2. create Object with constructor -> FilterClause() ()} in which developer must create Class instance by calling createInstance(EntityType)
Author:
alireza_bayat created on 10/19/21
See Also: