Description
Currently, the public setters Citeria.setLValue(), Citeria.setRValue() and Criteria.setIgnoreCase() can be used for composite Criterions.
These values are ignored for composite Criterions.
Therefore, it should not be possible to call these setters for composite Criterions.
Instead, a IllegalStateException should be thrown whenenever these setters are called on a composite Criterion