Uses of Interface
org.hibernate.engine.spi.Managed
Packages that use Managed
Package
Description
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.spiModifier and TypeInterfaceDescriptioninterfaceSpecializedManagedcontract for embeddable classes.interfaceSpecializedManagedcontract for entity classes, providing access to information about the association between the instance and thePersistenceContext, including: TheEntityEntry, by way ofManagedEntity.$$_hibernate_getEntityEntry()andManagedEntity.$$_hibernate_setEntityEntry(EntityEntry).interfaceSpecializedManagedcontract for mapped superclasses.Methods in org.hibernate.engine.spi that return Managed