|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcProperty | |
|---|---|
| org.axonframework.eventstore.jdbc.criteria | |
| Uses of JdbcProperty in org.axonframework.eventstore.jdbc.criteria |
|---|
| Constructors in org.axonframework.eventstore.jdbc.criteria with parameters of type JdbcProperty | |
|---|---|
CollectionOperator(JdbcProperty property,
String operator,
Object expression)
Initializes the operator matching given property against the given expression using
the given operator. |
|
Equals(JdbcProperty property,
Object expression)
Initializes an Equals operator matching the given property against the given
expression. |
|
NotEquals(JdbcProperty property,
Object expression)
Initializes a NOT EQUALS operator where the given property must not be equal to the given
expression. |
|
SimpleOperator(JdbcProperty property,
String operator,
Object expression)
Initializes a simple operator where the given property, operator and
expression match. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||