org.norther.tammi.root.hbm.query
Class IdAttribute

java.lang.Object
  extended by javax.management.Attribute
      extended by org.norther.tammi.root.db.query.DBAttribute
          extended by org.norther.tammi.root.hbm.query.IdAttribute
All Implemented Interfaces:
Serializable

public class IdAttribute
extends DBAttribute

A Hibernate identity attribute.

Version:
$Id: IdAttribute.java,v 1.2 2009/09/28 15:08:35 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
IdAttribute(String name, Object value)
          Constructs a new attribute.
 
Method Summary
 
Methods inherited from class org.norther.tammi.root.db.query.DBAttribute
getCondition
 
Methods inherited from class javax.management.Attribute
equals, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdAttribute

public IdAttribute(String name,
                   Object value)
Constructs a new attribute.

Parameters:
name - the name.
value - the value.


Copyright © 2004 The Norther Organization. All rights reserved.