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