Package org.hibernate.processor.xml
Class XmlMetaCollection
java.lang.Object
org.hibernate.processor.xml.XmlMetaAttribute
org.hibernate.processor.xml.XmlMetaCollection
- All Implemented Interfaces:
MetaAttribute
,MetaCollection
- Direct Known Subclasses:
XmlMetaMap
-
Constructor Summary
ConstructorsConstructorDescriptionXmlMetaCollection
(XmlMetaEntity parent, String propertyName, String type, String collectionType) -
Method Summary
Methods inherited from class org.hibernate.processor.xml.XmlMetaAttribute
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 Details
-
XmlMetaCollection
public XmlMetaCollection(XmlMetaEntity parent, String propertyName, String type, String collectionType)
-
-
Method Details
-
getMetaType
- Specified by:
getMetaType
in interfaceMetaAttribute
- Specified by:
getMetaType
in classXmlMetaAttribute
-