org.hibernate.test.sql.check
Class ExceptionCheckingEntity

java.lang.Object
  extended by org.hibernate.test.sql.check.ExceptionCheckingEntity

public class ExceptionCheckingEntity
extends Object

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.


Constructor Summary
ExceptionCheckingEntity()
           
 
Method Summary
 Long getId()
           
 String getName()
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionCheckingEntity

public ExceptionCheckingEntity()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)


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