Uses of Class
org.hibernate.PropertyValueException

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.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.