Package org.hibernate.test.sql.check

Class Summary
ExceptionCheckingEntity An entity which is expected to be mapped to each database using stored procedures which throw exceptions on their own; in other words, using ExecuteUpdateResultCheckStyle.NONE.
OracleCheckStyleTest  
ParamCheckingEntity An entity which is expected to be mapped to each database using stored procedures which return "affected row counts"; in other words, using ExecuteUpdateResultCheckStyle.PARAM.
ResultCheckStyleTest  
 



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