Class AnnotationMetaMap
- java.lang.Object
-
- org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
- org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
-
- org.hibernate.jpamodelgen.annotation.AnnotationMetaMap
-
- All Implemented Interfaces:
MetaAttribute
,MetaCollection
public class AnnotationMetaMap extends AnnotationMetaCollection
-
-
Constructor Summary
Constructors Constructor Description AnnotationMetaMap(AnnotationMetaEntity parent, javax.lang.model.element.Element element, java.lang.String collectionType, java.lang.String keyType, java.lang.String elementType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAttributeDeclarationString()
-
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
getMetaType
-
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
getAttributeNameDeclarationString, 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
getAttributeNameDeclarationString, getHostingEntity, 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
-
getAttributeDeclarationString
public java.lang.String getAttributeDeclarationString()
- Specified by:
getAttributeDeclarationString
in interfaceMetaAttribute
- Overrides:
getAttributeDeclarationString
in classAnnotationMetaAttribute
-
-