|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyValueException | |
---|---|
org.hibernate.action.internal | |
org.hibernate.engine.internal | |
org.hibernate.engine.spi |
Uses of PropertyValueException in org.hibernate.action.internal |
---|
Methods in org.hibernate.action.internal that throw PropertyValueException | |
---|---|
void |
UnresolvedEntityInsertActions.checkNoUnresolvedActionsAfterOperation()
Throws PropertyValueException 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.internal |
---|
Methods in org.hibernate.engine.internal that throw PropertyValueException | |
---|---|
void |
Nullability.checkNullability(Object[] values,
EntityPersister persister,
boolean isUpdate)
Check nullability of the class persister properties |
Uses of PropertyValueException in org.hibernate.engine.spi |
---|
Methods in org.hibernate.engine.spi that throw PropertyValueException | |
---|---|
void |
ActionQueue.checkNoUnresolvedActionsAfterOperation()
Throws PropertyValueException if there are any unresolved
entity insert actions that depend on non-nullable associations with
a transient entity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |