Class AnnotationMetaCollection
- java.lang.Object
-
- org.hibernate.processor.annotation.AnnotationMetaAttribute
-
- org.hibernate.processor.annotation.AnnotationMetaCollection
-
- All Implemented Interfaces:
MetaAttribute
,MetaCollection
- Direct Known Subclasses:
AnnotationMetaMap
public class AnnotationMetaCollection extends AnnotationMetaAttribute implements MetaCollection
-
-
Constructor Summary
Constructors Constructor Description AnnotationMetaCollection(AnnotationMetaEntity parent, Element element, String collectionType, String elementType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMetaType()
-
Methods inherited from class org.hibernate.processor.annotation.AnnotationMetaAttribute
getAttributeDeclarationString, 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
getAttributeDeclarationString, getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration, hasStringAttribute, hasTypedAttribute, inheritedAnnotations
-
-
-
-
Constructor Detail
-
AnnotationMetaCollection
public AnnotationMetaCollection(AnnotationMetaEntity parent, Element element, String collectionType, String elementType)
-
-
Method Detail
-
getMetaType
public String getMetaType()
- Specified by:
getMetaType
in interfaceMetaAttribute
- Specified by:
getMetaType
in classAnnotationMetaAttribute
-
-