org.apache.myfaces.custom.dynaForm.metadata.impl.hibernate
Class HibernateExtractor

java.lang.Object
  extended by org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
      extended by org.apache.myfaces.custom.dynaForm.metadata.impl.hibernate.HibernateExtractor
All Implemented Interfaces:
Extractor

public class HibernateExtractor
extends EjbExtractor

Extract hibernate specific data


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
EjbExtractor.Context, EjbExtractor.ContextInfo
 
Constructor Summary
HibernateExtractor()
           
 
Method Summary
protected  void initFromAnnotations(EjbExtractor.Context context, MetaData.FieldImpl mdField, java.lang.reflect.AccessibleObject accessibleObject)
          init metadata from annotations
 
Methods inherited from class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
checkEmbeddEntity, convertMethodName, create, createClassList, createFullName, determineAccessByField, embeddEntity, getFields, getMetaData, getMethods, hasAnnotationTransient, initFromFields, initFromMethods, initFromType, processEmbedded, processField, setSpecialFieldDisabled, validModifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateExtractor

public HibernateExtractor()
Method Detail

initFromAnnotations

protected void initFromAnnotations(EjbExtractor.Context context,
                                   MetaData.FieldImpl mdField,
                                   java.lang.reflect.AccessibleObject accessibleObject)
Description copied from class: EjbExtractor
init metadata from annotations

Overrides:
initFromAnnotations in class EjbExtractor


Copyright 2010 The Apache Software Foundation. All Rights Reserved.