Class AnnotationMetaMap
- java.lang.Object
-
- org.hibernate.processor.annotation.AnnotationMetaAttribute
-
- org.hibernate.processor.annotation.AnnotationMetaCollection
-
- org.hibernate.processor.annotation.AnnotationMetaMap
-
- All Implemented Interfaces:
MetaAttribute
,MetaCollection
public class AnnotationMetaMap extends AnnotationMetaCollection
-
-
Constructor Summary
Constructors Constructor Description AnnotationMetaMap(AnnotationMetaEntity parent, Element element, String collectionType, String keyType, String elementType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeDeclarationString()
-
Methods inherited from class org.hibernate.processor.annotation.AnnotationMetaCollection
getMetaType
-
Methods inherited from class org.hibernate.processor.annotation.AnnotationMetaAttribute
getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration, hasStringAttribute, hasTypedAttribute, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.processor.model.MetaAttribute
getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration, hasStringAttribute, hasTypedAttribute, inheritedAnnotations
-
-
-
-
Constructor Detail
-
AnnotationMetaMap
public AnnotationMetaMap(AnnotationMetaEntity parent, Element element, String collectionType, String keyType, String elementType)
-
-
Method Detail
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
- Specified by:
getAttributeDeclarationString
in interfaceMetaAttribute
- Overrides:
getAttributeDeclarationString
in classAnnotationMetaAttribute
-
-