org.hibernate.jpamodelgen.xml
Class XmlMetaMap

java.lang.Object
  extended by org.hibernate.jpamodelgen.xml.XmlMetaAttribute
      extended by org.hibernate.jpamodelgen.xml.XmlMetaCollection
          extended by org.hibernate.jpamodelgen.xml.XmlMetaMap
All Implemented Interfaces:
MetaAttribute, MetaCollection

public class XmlMetaMap
extends XmlMetaCollection

Author:
Hardy Ferentschik

Constructor Summary
XmlMetaMap(XmlMetaEntity parent, String propertyName, String type, String collectionType, String keyType)
           
 
Method Summary
 String getDeclarationString()
           
 
Methods inherited from class org.hibernate.jpamodelgen.xml.XmlMetaCollection
getMetaType
 
Methods inherited from class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
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
getHostingEntity, getPropertyName, getTypeDeclaration
 

Constructor Detail

XmlMetaMap

public XmlMetaMap(XmlMetaEntity parent,
                  String propertyName,
                  String type,
                  String collectionType,
                  String keyType)
Method Detail

getDeclarationString

public String getDeclarationString()
Specified by:
getDeclarationString in interface MetaAttribute
Overrides:
getDeclarationString in class XmlMetaAttribute


Copyright © 2009-2010. All Rights Reserved.