org.hibernate.tuple
Class Property
java.lang.Object
   org.hibernate.tuple.Property
org.hibernate.tuple.Property
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- IdentifierProperty, StandardProperty
- public abstract class Property 
- extends Object- implements Serializable
Defines the basic contract of a Property within the runtime metamodel.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
 
 
 
Property
protected Property(String name,
                   String node,
                   Type type)
- Constructor for Property instances.
 
- Parameters:
- name- The name by which the property can be referenced within
 its owner.
- node- The node name to use for XML-based representation of this
 property.
- type- The Hibernate Type of this property.
 
getName
public String getName()
- 
 
- 
 
getNode
public String getNode()
- 
 
- 
 
getType
public Type getType()
- 
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.