org.hibernate.jpamodelgen.annotation
Class AnnotationMetaMap

java.lang.Object
  extended by org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
      extended by org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
          extended by org.hibernate.jpamodelgen.annotation.AnnotationMetaMap
All Implemented Interfaces:
MetaAttribute, MetaCollection

public class AnnotationMetaMap
extends AnnotationMetaCollection

Author:
Max Andersen, Hardy Ferentschik, Emmanuel Bernard

Field Summary
 
Fields inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
element, parent
 
Constructor Summary
AnnotationMetaMap(AnnotationMetaEntity parent, javax.lang.model.element.Element element, java.lang.String collectionType, java.lang.String keyType, java.lang.String elementType)
           
 
Method Summary
 java.lang.String getDeclarationString()
           
 
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
getMetaType
 
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
getPropertyName, getTypeDeclaration, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.hibernate.jpamodelgen.model.MetaAttribute
getPropertyName, getTypeDeclaration
 

Constructor Detail

AnnotationMetaMap

public AnnotationMetaMap(AnnotationMetaEntity parent,
                         javax.lang.model.element.Element element,
                         java.lang.String collectionType,
                         java.lang.String keyType,
                         java.lang.String elementType)
Method Detail

getDeclarationString

public java.lang.String getDeclarationString()
Specified by:
getDeclarationString in interface MetaAttribute
Overrides:
getDeclarationString in class AnnotationMetaAttribute


Copyright © 2009-2010. All Rights Reserved.