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
getMetaTypeMethods inherited from class org.hibernate.processor.xml.XmlMetaAttribute
getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration, hasStringAttribute, hasTypedAttribute, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getAttributeDeclarationStringin interfaceMetaAttribute- Overrides:
getAttributeDeclarationStringin classXmlMetaAttribute
-