Uses of Interface
org.hibernate.engine.spi.ManagedEntity
-
Packages that use ManagedEntity Package Description 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 ManagedEntity in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return ManagedEntity Modifier and Type Method Description static ManagedEntityManagedTypeHelper. asManagedEntity(Object entity)Cast the object to ManagedEntity (using this is highly preferrable over a direct cast) -
Uses of ManagedEntity in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ManagedEntity Modifier and Type Method Description ManagedEntityManagedEntity. $$_hibernate_getNextManagedEntity()Part of entry linking; obtain reference to the next entry.ManagedEntityManagedEntity. $$_hibernate_getPreviousManagedEntity()Part of entry linking; obtain reference to the previous entry.default ManagedEntityManagedEntity. asManagedEntity()Special internal contract to optimize type checkingdefault ManagedEntityPrimeAmongSecondarySupertypes. asManagedEntity()Methods in org.hibernate.engine.spi with parameters of type ManagedEntity Modifier and Type Method Description voidManagedEntity. $$_hibernate_setNextManagedEntity(ManagedEntity next)Part of entry linking; sets the next entry.voidManagedEntity. $$_hibernate_setPreviousManagedEntity(ManagedEntity previous)Part of entry linking; sets the previous entry.
-