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
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationMetaMap
(AnnotationMetaEntity parent, Element element, String collectionType, String keyType, String elementType) -
Method Summary
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 Details
-
AnnotationMetaMap
public AnnotationMetaMap(AnnotationMetaEntity parent, Element element, String collectionType, String keyType, String elementType)
-
-
Method Details
-
getAttributeDeclarationString
- Specified by:
getAttributeDeclarationString
in interfaceMetaAttribute
- Overrides:
getAttributeDeclarationString
in classAnnotationMetaAttribute
-