Package com.hades.builder.sqlCommand.clauseBuilder.filter
package com.hades.builder.sqlCommand.clauseBuilder.filter
-
ClassDescriptionFilterClause<E extends EntityType>there is 2 way to create an object of
FilterClausecreate object with constructor ->FilterClause(Class)in which developer must passClassobject of entity type create Object with constructor ->FilterClause()()} in which developer must createClassinstance by callingFilterClause.createInstance(EntityType)SQLFilterClause<E extends EntityType>operation in where clause will be handled in this interface