- All Known Implementing Classes:
BeanDescriptor
public interface SpiBeanType
SPI interface for underlying BeanDescriptor.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisToManyDirty(EntityBean bean) Return true if the bean contains a many property that has modifications.
-
Method Details
-
isToManyDirty
Return true if the bean contains a many property that has modifications.That is a ManyToMany or a OneToMany with orphan removal with additions or removals from the collection.
-