Class AnnotationMetaCollection
- java.lang.Object
-
- org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
- org.hibernate.jpamodelgen.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 StringgetMetaType()-
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
getAttributeDeclarationString, 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
getAttributeDeclarationString, getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration
-
-
-
-
Constructor Detail
-
AnnotationMetaCollection
public AnnotationMetaCollection(AnnotationMetaEntity parent, Element element, String collectionType, String elementType)
-
-
Method Detail
-
getMetaType
public String getMetaType()
- Specified by:
getMetaTypein interfaceMetaAttribute- Specified by:
getMetaTypein classAnnotationMetaAttribute
-
-