Uses of Interface
org.hibernate.engine.spi.PersistentAttributeInterceptable
-
Packages that use PersistentAttributeInterceptable Package Description org.hibernate.bytecode.enhance.internal.bytebuddy package containing bytecode enhancement code (internals)org.hibernate.bytecode.internal org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of PersistentAttributeInterceptable in org.hibernate.bytecode.enhance.internal.bytebuddy
Methods in org.hibernate.bytecode.enhance.internal.bytebuddy with parameters of type PersistentAttributeInterceptable Modifier and Type Method Description static booleanInlineDirtyCheckerEqualsHelper. areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, boolean a, boolean b)static booleanInlineDirtyCheckerEqualsHelper. areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, byte a, byte b)static booleanInlineDirtyCheckerEqualsHelper. areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, char a, char b)static booleanInlineDirtyCheckerEqualsHelper. areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, double a, double b)static booleanInlineDirtyCheckerEqualsHelper. areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, float a, float b)static booleanInlineDirtyCheckerEqualsHelper. areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, int a, int b)static booleanInlineDirtyCheckerEqualsHelper. areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, long a, long b)static booleanInlineDirtyCheckerEqualsHelper. areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, short a, short b)static booleanInlineDirtyCheckerEqualsHelper. areEquals(PersistentAttributeInterceptable persistentAttributeInterceptable, String fieldName, Object a, Object b) -
Uses of PersistentAttributeInterceptable in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal that return PersistentAttributeInterceptable Modifier and Type Method Description PersistentAttributeInterceptableBytecodeEnhancementMetadataNonPojoImpl. createEnhancedProxy(EntityKey keyToLoad, boolean addEmptyEntry, SharedSessionContractImplementor session)PersistentAttributeInterceptableBytecodeEnhancementMetadataPojoImpl. createEnhancedProxy(EntityKey entityKey, boolean addEmptyEntry, SharedSessionContractImplementor session) -
Uses of PersistentAttributeInterceptable in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return PersistentAttributeInterceptable Modifier and Type Method Description PersistentAttributeInterceptableBytecodeEnhancementMetadata. createEnhancedProxy(EntityKey keyToLoad, boolean addEmptyEntry, SharedSessionContractImplementor session)Create an "enhancement as proxy" instance for the given entity -
Uses of PersistentAttributeInterceptable in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return PersistentAttributeInterceptable Modifier and Type Method Description static PersistentAttributeInterceptableManagedTypeHelper. asPersistentAttributeInterceptable(Object entity)Cast the object to PersistentAttributeInterceptable (using this is highly preferrable over a direct cast)static PersistentAttributeInterceptableManagedTypeHelper. asPersistentAttributeInterceptableOrNull(Object entity)Methods in org.hibernate.engine.internal with parameters of type PersistentAttributeInterceptable Modifier and Type Method Description voidManagedTypeHelper.PersistentAttributeInterceptableAction. accept(PersistentAttributeInterceptable interceptable, T optionalParam)voidStatefulPersistenceContext. addEnhancedProxy(EntityKey key, PersistentAttributeInterceptable entity) -
Uses of PersistentAttributeInterceptable in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return PersistentAttributeInterceptable Modifier and Type Method Description default PersistentAttributeInterceptablePersistentAttributeInterceptable. asPersistentAttributeInterceptable()Special internal contract to optimize type checkingdefault @Nullable PersistentAttributeInterceptablePrimeAmongSecondarySupertypes. asPersistentAttributeInterceptable()Methods in org.hibernate.engine.spi with parameters of type PersistentAttributeInterceptable Modifier and Type Method Description voidPersistenceContext. addEnhancedProxy(EntityKey key, PersistentAttributeInterceptable entity)Cross betweenPersistenceContext.addEntity(EntityKey, Object)andPersistenceContext.addProxy(EntityKey, Object)for use with enhancement-as-proxy
-