public abstract class

Property

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.tuple.Property
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Defines the basic contract of a Property within the runtime metamodel.

Summary

Protected Constructors
Property(String name, String node, Type type)
Constructor for Property instances.
Public Methods
String getName()
String getNode()
Type getType()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

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.

Public Methods

public String getName ()

public String getNode ()

public Type getType ()

public String toString ()