|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterMetadata
FilterMetadata can be used to alter how properties are handled.
Field Summary | |
---|---|
static FilterMetadata |
EQUAL
A filter metadata that adds an EQUAL condition. |
static FilterMetadata |
LIKE
A filter metadata that adds a LIKE condition. |
Method Summary | |
---|---|
void |
createFilter(org.hibernate.Criteria criteria,
java.lang.String propertyName,
java.lang.Object propertyValue)
The createFilter method can alter an existing criteria adding restrictions. |
Field Detail |
---|
static final FilterMetadata LIKE
static final FilterMetadata EQUAL
Method Detail |
---|
void createFilter(org.hibernate.Criteria criteria, java.lang.String propertyName, java.lang.Object propertyValue)
criteria
- the parent criteriapropertyName
- current property namepropertyValue
- property value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |