org.hibernate.metamodel.source.annotations.attribute
Class DerivedValueSourceImpl
java.lang.Object
org.hibernate.metamodel.source.annotations.attribute.DerivedValueSourceImpl
- All Implemented Interfaces:
- DerivedValueSource, RelationalValueSource
public class DerivedValueSourceImpl
- extends Object
- implements DerivedValueSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getExpression
public String getExpression()
- Description copied from interface:
DerivedValueSource
- Obtain the expression used to derive the value.
- Specified by:
getExpression
in interface DerivedValueSource
- Returns:
- The derived value expression.
getContainingTableName
public String getContainingTableName()
- Specified by:
getContainingTableName
in interface RelationalValueSource
- Returns:
- returns the name of the table that contains this value.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.