Uses of Interface
org.hibernate.engine.internal.ManagedTypeHelper.PersistentAttributeInterceptableAction
Packages that use ManagedTypeHelper.PersistentAttributeInterceptableAction
Package
Description
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.PersistentAttributeInterceptableActionModifier and TypeMethodDescriptionstatic <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 interface.