Uses of Package
org.jbpm.query.jpa.data
-
Packages that use org.jbpm.query.jpa.data Package Description org.jbpm.query.jpa.builder.impl org.jbpm.query.jpa.data org.jbpm.query.jpa.impl org.jbpm.query.jpa.service -
Classes in org.jbpm.query.jpa.data used by org.jbpm.query.jpa.builder.impl Class Description QueryWhere THIS CLASS SHOULD NEVER BE EXPOSED IN THE PUBLIC API!! -
Classes in org.jbpm.query.jpa.data used by org.jbpm.query.jpa.data Class Description QueryCriteria This object contains the following information: The listId, which refers to the field that this criteria applies to SeeQueryParameterIdentifiersThe values of the criteria, which will be applied to the listId field For example, it could be a list of numbers "1, 22, 3" Whether this is a union ("OR") or intersection ("AND") critieria The type of criteria: normal, like (JPQL regex) or range The grouping information of the phrase (see below)QueryWhere THIS CLASS SHOULD NEVER BE EXPOSED IN THE PUBLIC API!!QueryWhere.QueryCriteriaType -
Classes in org.jbpm.query.jpa.data used by org.jbpm.query.jpa.impl Class Description QueryCriteria This object contains the following information: The listId, which refers to the field that this criteria applies to SeeQueryParameterIdentifiersThe values of the criteria, which will be applied to the listId field For example, it could be a list of numbers "1, 22, 3" Whether this is a union ("OR") or intersection ("AND") critieria The type of criteria: normal, like (JPQL regex) or range The grouping information of the phrase (see below)QueryWhere THIS CLASS SHOULD NEVER BE EXPOSED IN THE PUBLIC API!! -
Classes in org.jbpm.query.jpa.data used by org.jbpm.query.jpa.service Class Description QueryCriteria This object contains the following information: The listId, which refers to the field that this criteria applies to SeeQueryParameterIdentifiersThe values of the criteria, which will be applied to the listId field For example, it could be a list of numbers "1, 22, 3" Whether this is a union ("OR") or intersection ("AND") critieria The type of criteria: normal, like (JPQL regex) or range The grouping information of the phrase (see below)QueryWhere THIS CLASS SHOULD NEVER BE EXPOSED IN THE PUBLIC API!!