Uses of Interface
org.hibernate.engine.internal.ManagedTypeHelper.PersistentAttributeInterceptableAction
-
Packages that use ManagedTypeHelper.PersistentAttributeInterceptableAction Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate. -
-
Uses of ManagedTypeHelper.PersistentAttributeInterceptableAction in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type ManagedTypeHelper.PersistentAttributeInterceptableAction Modifier and Type Method Description static <T> void
ManagedTypeHelper. processIfPersistentAttributeInterceptable(Object entity, ManagedTypeHelper.PersistentAttributeInterceptableAction<T> action, T optionalParam)
Helper to execute an action on an entity, but exclusively if it's implementing the {@see PersistentAttributeInterceptable} interface.
-