Class BeanCollectionUtil

java.lang.Object
io.ebeaninternal.server.deploy.BeanCollectionUtil

public final class BeanCollectionUtil extends Object
Utility methods for BeanCollections.
  • Constructor Details

    • BeanCollectionUtil

      public BeanCollectionUtil()
  • Method Details

    • 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.