Class EntityExpressionServiceContributor
java.lang.Object
com.blazebit.expression.declarative.persistence.EntityExpressionServiceContributor
- All Implemented Interfaces:
com.blazebit.expression.spi.ExpressionServiceContributor
public class EntityExpressionServiceContributor extends Object implements com.blazebit.expression.spi.ExpressionServiceContributor
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
Field Summary
Fields Modifier and Type Field Description static StringENTITY_LITERAL_CAPABLE_MODEThe default entity literal capable mode for domain type that are entities. -
Constructor Summary
Constructors Constructor Description EntityExpressionServiceContributor() -
Method Summary
Modifier and Type Method Description voidcontribute(com.blazebit.expression.ExpressionServiceBuilder expressionServiceBuilder)intpriority()
-
Field Details
-
ENTITY_LITERAL_CAPABLE_MODE
The default entity literal capable mode for domain type that are entities. Valid values arenone,allor the defaultannotated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
EntityExpressionServiceContributor
public EntityExpressionServiceContributor()
-
-
Method Details
-
contribute
public void contribute(com.blazebit.expression.ExpressionServiceBuilder expressionServiceBuilder)- Specified by:
contributein interfacecom.blazebit.expression.spi.ExpressionServiceContributor
-
priority
public int priority()- Specified by:
priorityin interfacecom.blazebit.expression.spi.ExpressionServiceContributor
-