org.hibernate.jpamodelgen.annotation
Class AnnotationMetaCollection

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

public class AnnotationMetaCollection
extends AnnotationMetaAttribute
implements MetaCollection

Author:
Max Andersen, Hardy Ferentschik, Emmanuel Bernard

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

Constructor Detail

AnnotationMetaCollection

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

getMetaType

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


Copyright © 2009-2010. All Rights Reserved.