Uses of Class
org.hibernate.PropertyValueException
-
Packages that use PropertyValueException Package Description org.hibernate.action.internal The various concrete action implementations.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of PropertyValueException in org.hibernate.action.internal
Methods in org.hibernate.action.internal that throw PropertyValueException Modifier and Type Method Description void
UnresolvedEntityInsertActions. checkNoUnresolvedActionsAfterOperation()
ThrowsPropertyValueException
if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity. -
Uses of PropertyValueException in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that throw PropertyValueException Modifier and Type Method Description void
ActionQueue. checkNoUnresolvedActionsAfterOperation()
ThrowsPropertyValueException
if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity.
-