org.hibernate.jpamodelgen.annotation
Class AnnotationEmbeddable

java.lang.Object
  extended by org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
      extended by org.hibernate.jpamodelgen.annotation.AnnotationEmbeddable
All Implemented Interfaces:
ImportContext, MetaEntity

public class AnnotationEmbeddable
extends AnnotationMetaEntity

Author:
Max Andersen, Hardy Ferentschik, Emmanuel Bernard

Field Summary
 
Fields inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
context, element, importContext, members
 
Constructor Summary
AnnotationEmbeddable(javax.lang.model.element.TypeElement element, Context context)
           
 
Method Summary
 java.util.List<MetaAttribute> getMembers()
           
 java.lang.String toString()
           
 
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
generateImports, getContext, getPackageName, getQualifiedName, getSimpleName, getTypeElement, importType, importType, init, isMetaComplete, mergeInMembers, staticImport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationEmbeddable

public AnnotationEmbeddable(javax.lang.model.element.TypeElement element,
                            Context context)
Method Detail

getMembers

public java.util.List<MetaAttribute> getMembers()
Specified by:
getMembers in interface MetaEntity
Overrides:
getMembers in class AnnotationMetaEntity

toString

public java.lang.String toString()
Overrides:
toString in class AnnotationMetaEntity


Copyright © 2009-2010. All Rights Reserved.