Uses of Class
org.hibernate.PropertyValueException
Packages that use PropertyValueException
Package
Description
Service and decomposition contracts for Hibernate action queue implementations.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of PropertyValueException in org.hibernate.action.queue.spi
Methods in org.hibernate.action.queue.spi that throw PropertyValueExceptionModifier and TypeMethodDescriptionvoidActionQueue.checkNoUnresolvedActionsAfterOperation()Check that there are no unresolved actions after an operation. -
Uses of PropertyValueException in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that throw PropertyValueExceptionModifier and TypeMethodDescriptionvoidActionQueueLegacy.checkNoUnresolvedActionsAfterOperation()ThrowsPropertyValueExceptionif there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity.