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

Constructor Summary
AnnotationMetaMap(AnnotationMetaEntity parent, Element element, String collectionType, String keyType, String elementType)
           
 
Method Summary
 String getDeclarationString()
           
 
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
getMetaType
 
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
getHostingEntity, 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
getHostingEntity, getPropertyName, getTypeDeclaration
 

Constructor Detail

AnnotationMetaMap

public AnnotationMetaMap(AnnotationMetaEntity parent,
                         Element element,
                         String collectionType,
                         String keyType,
                         String elementType)
Method Detail

getDeclarationString

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


Copyright © 2009-2010. All Rights Reserved.