Uses of Interface
org.hibernate.engine.spi.Managed
-
Packages that use Managed Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of Managed in org.hibernate.engine.spi
Subinterfaces of Managed in org.hibernate.engine.spi Modifier and Type Interface Description interface
ManagedComposite
SpecializedManaged
contract for component/embeddable classes.interface
ManagedEntity
SpecializedManaged
contract for entity classes.interface
ManagedMappedSuperclass
SpecializedManaged
contract for MappedSuperclass classes.Methods in org.hibernate.engine.spi that return Managed Modifier and Type Method Description default Managed
Managed. asManaged()
Special internal contract to optimize type checkingdefault @Nullable Managed
PrimeAmongSecondarySupertypes. asManaged()
-