public class

DependantValue

extends SimpleValue
java.lang.Object
   ↳ org.hibernate.mapping.SimpleValue
     ↳ org.hibernate.mapping.DependantValue

Class Overview

A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).

Summary

[Expand]
Inherited Constants
From class org.hibernate.mapping.SimpleValue
Public Constructors
DependantValue(Mappings mappings, Table table, KeyValue prototype)
Public Methods
Object accept(ValueVisitor visitor)
Type getType()
boolean isNullable()
boolean isUpdateable()
void setNullable(boolean nullable)
void setTypeUsingReflection(String className, String propertyName)
void setUpdateable(boolean updateable)
[Expand]
Inherited Methods
From class org.hibernate.mapping.SimpleValue
From class java.lang.Object
From interface org.hibernate.mapping.KeyValue
From interface org.hibernate.mapping.Value

Public Constructors

public DependantValue (Mappings mappings, Table table, KeyValue prototype)

Public Methods

public Object accept (ValueVisitor visitor)

public Type getType ()

public boolean isNullable ()

public boolean isUpdateable ()

public void setNullable (boolean nullable)

public void setTypeUsingReflection (String className, String propertyName)

public void setUpdateable (boolean updateable)