Uses of Interface
com.blazebit.expression.persistence.PersistenceFunctionRenderer
| Package | Description |
|---|---|
| com.blazebit.expression.persistence |
Blaze-Expression Persistence related serializers and domain contributors as well as JPQL function interpreter implementations.
|
| com.blazebit.expression.persistence.function |
Blaze-Expression Base function renderer implementations for JPQL.next.
|
-
Uses of PersistenceFunctionRenderer in com.blazebit.expression.persistence
Methods in com.blazebit.expression.persistence that return PersistenceFunctionRenderer Modifier and Type Method Description static PersistenceFunctionRendererPersistenceFunctionRenderer. builtin(String persistenceFunctionName)Returns a function renderer that renders a function as builtin function.static PersistenceFunctionRendererPersistenceFunctionRenderer. function(String persistenceFunctionName)Returns a function renderer that renders a function with the JPQL function wrapper. -
Uses of PersistenceFunctionRenderer in com.blazebit.expression.persistence.function
Classes in com.blazebit.expression.persistence.function that implement PersistenceFunctionRenderer Modifier and Type Class Description classPersistenceAbsFunctionclassPersistenceAtan2FunctionclassPersistenceCeilFunctionclassPersistenceCurrentDateFunctionclassPersistenceCurrentTimeFunctionclassPersistenceCurrentTimestampFunctionclassPersistenceEndsWithFunctionclassPersistenceFloorFunctionclassPersistenceGreatestFunctionclassPersistenceLeastFunctionclassPersistenceLengthFunctionclassPersistenceLocateFunctionclassPersistenceLocateLastFunctionclassPersistenceLowerFunctionclassPersistenceLTrimFunctionclassPersistenceNumericFunctionclassPersistencePowFunctionclassPersistenceRandomFunctionclassPersistenceReplaceFunctionclassPersistenceRoundFunctionclassPersistenceRTrimFunctionclassPersistenceSizeFunctionclassPersistenceStartsWithFunctionclassPersistenceSubstringFunctionclassPersistenceTrimFunctionclassPersistenceUpperFunctionMethods in com.blazebit.expression.persistence.function that return PersistenceFunctionRenderer Modifier and Type Method Description PersistenceFunctionRendererPersistenceFunctionRendererMetadataDefinition. build(com.blazebit.domain.boot.model.MetadataDefinitionHolder definitionHolder)Methods in com.blazebit.expression.persistence.function that return types with arguments of type PersistenceFunctionRenderer Modifier and Type Method Description Class<PersistenceFunctionRenderer>PersistenceFunctionRendererMetadataDefinition. getJavaType()Constructors in com.blazebit.expression.persistence.function with parameters of type PersistenceFunctionRenderer Constructor Description PersistenceFunctionRendererMetadataDefinition(PersistenceFunctionRenderer persistenceFunctionRenderer)Creates a new function renderer metadata definition.