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 XmlMetaCollection
getMetaTypeMethods inherited from class XmlMetaAttribute
getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration, hasStringAttribute, hasTypedAttribute, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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
-