Package org.hotrod.runtime.livesql.util
Class BoxUtil
- java.lang.Object
-
- org.hotrod.runtime.livesql.util.BoxUtil
-
public class BoxUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BoxUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Expression<T>boxTyped(T value)
-
-
-
Method Detail
-
boxTyped
public static <T> Expression<T> boxTyped(T value)
-
-