Uses of Class
org.axonframework.eventstore.jpa.criteria.JpaProperty

Packages that use JpaProperty
org.axonframework.eventstore.jpa.criteria   
 

Uses of JpaProperty in org.axonframework.eventstore.jpa.criteria
 

Constructors in org.axonframework.eventstore.jpa.criteria with parameters of type JpaProperty
CollectionOperator(JpaProperty property, String operator, Object expression)
          Initializes the operator matching given property against the given expression using the given operator.
Equals(JpaProperty property, Object expression)
          Initializes an Equals operator matching the given property against the given expression.
NotEquals(JpaProperty property, Object expression)
          Initializes a NOT EQUALS operator where the given property must not be equal to the given expression.
SimpleOperator(JpaProperty property, String operator, Object expression)
          Initializes a simple operator where the given property, operator and expression match.
 



Copyright © 2010-2016. All Rights Reserved.