org.hibernate.test.sql.check
Class ParamCheckingEntity

java.lang.Object
  extended by 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.


Constructor Summary
ParamCheckingEntity()
           
 
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

ParamCheckingEntity

public ParamCheckingEntity()
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.