类 Util


  • public class Util
    extends Object
    Utilities used to implement procedure call support.
    作者:
    Steve Ebersole
    • 方法详细资料

      • copy

        public static Set<String> copy​(Set<String> synchronizedQuerySpaces)
        Make a (shallow) copy of query spaces to be synchronized
        参数:
        synchronizedQuerySpaces - The query spaces
        返回:
        The copy
      • copy

        public static Map<String,​Object> copy​(Map<String,​Object> hints)
        Make a (shallow) copy of the JPA query hints map
        参数:
        hints - The JPA query hints to copy
        返回:
        The copy