org.hibernate.test.sql.check
Class ExceptionCheckingEntity
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionCheckingEntity
public ExceptionCheckingEntity()
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.