Uses of Interface
org.hibernate.engine.spi.Managed
-
Packages that use Managed Package Description org.hibernate.engine.spi -
-
Uses of Managed in org.hibernate.engine.spi
Subinterfaces of Managed in org.hibernate.engine.spi Modifier and Type Interface Description interface
EnhancedEntity
This is a special marker interface designed to represent the union of several traits: - ManagedEntity - Managed - PersistentAttributeInterceptable - SelfDirtinessTracker The need for such a "union" isn't natural in the Java language, but represents a technicality we need to bypass performance issues caused by https://bugs.openjdk.org/browse/JDK-8180450interface
ManagedComposite
SpecializedManaged
contract for component/embeddable classes.interface
ManagedEntity
SpecializedManaged
contract for entity classes.interface
ManagedMappedSuperclass
SpecializedManaged
contract for MappedSuperclass classes.
-