Uses of Interface
com.blazebit.persistence.criteria.BlazeExpression
Packages that use BlazeExpression
Package
Description
Blaze-Persistence JPA Criteria API extensions.
-
Uses of BlazeExpression in com.blazebit.persistence.criteria
Subinterfaces of BlazeExpression in com.blazebit.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceAnExpressionfor an aggregate function.interfaceBlazeCollectionJoin<Z,E> An extended version ofCollectionJoin.interfaceBlazeFrom<Z,X> An extended version ofFrom.interfaceAnExpressionfor a function.interfaceBlazeJoin<Z,X> An extended version ofJoin.interfaceBlazeListJoin<Z,E> An extended version ofListJoin.interfaceBlazeMapJoin<Z,K, V> An extended version ofMapJoin.interfaceAnExpressionfor an ordered set-aggregate function.interfaceBlazePath<X>An extended version ofPath.interfaceBlazeRoot<X>An extended version ofRoot.interfaceBlazeSetJoin<Z,E> An extended version ofSetJoin.interfaceAnExpressionfor a window enabled function.Methods in com.blazebit.persistence.criteria that return BlazeExpressionModifier and TypeMethodDescription<T> BlazeExpression<T>LikeExpression.as(java.lang.Class<X>)but returns the subtypeBlazeExpressioninstead.<K,V, M extends Map<K, V>>
BlazeExpression<M>LikePath.get(MapAttribute)but returns the subtypeBlazeExpressioninstead.<E,C extends Collection<E>>
BlazeExpression<C>LikePath.get(PluralAttribute)but returns the subtypeBlazeExpressioninstead.BlazeWindow.getFrameEnd()Returns the frame end expression used for this window, or null if it uses a special frame end type.BlazeWindow.getFrameStart()Returns the frame start expression used for this window, or null if it uses a special frame start type.BlazeExpression<Class<? extends X>>BlazePath.type()LikePath.type()but returns the subtypeBlazeExpressioninstead.Methods in com.blazebit.persistence.criteria that return types with arguments of type BlazeExpressionModifier and TypeMethodDescriptionList<BlazeExpression<?>>BlazeWindow.getPartitionList()Returns the partition by items.