org.apache.yaoql.impl
Class ReflectionMapping

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.mapping.Mapping
      extended by org.apache.yaoql.impl.ReflectionMapping
All Implemented Interfaces:
Serializable

public class ReflectionMapping
extends Mapping

See Also:
Serialized Form

Method Summary
 Collection<String> getMappingFamilyNames()
           
static ReflectionMapping getReflectionMapping(Class clazz)
           
static ReflectionMapping getReflectionMapping(Object obj)
           
 
Methods inherited from class org.apache.hadoop.hbase.hbql.mapping.Mapping
addAttribToVariableNameMap, addToExpressionTreeCache, containsVariableName, getAttribByVariableName, getColumnAttribSet, getEvalCacheSize, getEvalMap, getKeyAttrib, getMappingName, getTableName, resetDefaultValues, setEvalCacheSize, setKeyAttrib, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getReflectionMapping

public static ReflectionMapping getReflectionMapping(Object obj)

getReflectionMapping

public static ReflectionMapping getReflectionMapping(Class clazz)

getMappingFamilyNames

public Collection<String> getMappingFamilyNames()
                                         throws HBqlException
Specified by:
getMappingFamilyNames in class Mapping
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.