Uses of Interface
org.hibernate.event.jpa.spi.EntityCallbacks
Packages that use EntityCallbacks
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
-
Uses of EntityCallbacks in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EntityCallbacksModifier and TypeMethodDescriptiondefault EntityCallbacksEntityMappingType.getEntityCallbacks()Access to the Jakarta Persistence style callbacks for this entity. -
Uses of EntityCallbacks in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityCallbacks