org.hibernate.tuple
Class Property
java.lang.Object
org.hibernate.tuple.Property
- Serializable
public abstract class Property
extends java.lang.Object
implements Serializable
Defines the basic contract of a Property within the runtime metamodel.
Property(String name, String node, Type type) - Constructor for Property instances.
|
Property
protected Property(String name,
String node,
Type type)
Constructor for Property instances.
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()