Package org.hibernate.engine.spi
Interface PersistentAttributeInterceptable
-
- All Superinterfaces:
PrimeAmongSecondarySupertypes
public interface PersistentAttributeInterceptable extends PrimeAmongSecondarySupertypes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PersistentAttributeInterceptor$$_hibernate_getInterceptor()void$$_hibernate_setInterceptor(PersistentAttributeInterceptor interceptor)default PersistentAttributeInterceptableasPersistentAttributeInterceptable()Special internal contract to optimize type checking-
Methods inherited from interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
asCompositeOwner, asCompositeTracker, asHibernateProxy, asManaged, asManagedComposite, asManagedEntity, asManagedMappedSuperclass, asProxyConfiguration, asSelfDirtinessTracker
-
-
-
-
Method Detail
-
$$_hibernate_getInterceptor
PersistentAttributeInterceptor $$_hibernate_getInterceptor()
-
$$_hibernate_setInterceptor
void $$_hibernate_setInterceptor(PersistentAttributeInterceptor interceptor)
-
asPersistentAttributeInterceptable
default PersistentAttributeInterceptable asPersistentAttributeInterceptable()
Special internal contract to optimize type checking- Specified by:
asPersistentAttributeInterceptablein interfacePrimeAmongSecondarySupertypes- Returns:
- this same instance
- See Also:
PrimeAmongSecondarySupertypes
-
-