Class BeanCollectionUtil

    • Method Detail

      • isModified

        public static boolean isModified​(Object collection)
        Return true if this is a bean collection and not considered dirty.
      • getActualEntries

        public static Collection<?> getActualEntries​(Object o)
        Return the details (map entry set) of the collection or map taking care to avoid unnecessary fetching of the data.
      • getActualDetails

        public static Collection<?> getActualDetails​(Object o)
        Return the details (map values) of the collection or map taking care to avoid unnecessary fetching of the data.