org.hibernate.jpamodelgen.annotation
Class AnnotationMetaSingleAttribute

java.lang.Object
  extended by org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
      extended by org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
All Implemented Interfaces:
MetaAttribute, MetaSingleAttribute

public class AnnotationMetaSingleAttribute
extends AnnotationMetaAttribute
implements MetaSingleAttribute

Author:
Max Andersen, Hardy Ferentschik, Emmanuel Bernard

Constructor Summary
AnnotationMetaSingleAttribute(AnnotationMetaEntity parent, Element element, String type)
           
 
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

AnnotationMetaSingleAttribute

public AnnotationMetaSingleAttribute(AnnotationMetaEntity parent,
                                     Element element,
                                     String type)
Method Detail

getMetaType

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


Copyright © 2009-2010. All Rights Reserved.