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