java.lang.Object
io.ebeaninternal.server.deploy.BeanCollectionUtil
Utility methods for BeanCollections.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<?> Return the details (map values) of the collection or map taking care to avoid unnecessary fetching of the data.static Collection<?> Return the details (map entry set) of the collection or map taking care to avoid unnecessary fetching of the data.static booleanisModified(Object collection) Return true if this is a bean collection and not considered dirty.
-
Constructor Details
-
BeanCollectionUtil
public BeanCollectionUtil()
-
-
Method Details
-
isModified
Return true if this is a bean collection and not considered dirty. -
getActualEntries
Return the details (map entry set) of the collection or map taking care to avoid unnecessary fetching of the data. -
getActualDetails
Return the details (map values) of the collection or map taking care to avoid unnecessary fetching of the data.
-