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

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

Constructor Detail

XmlMetaMap

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

getDeclarationString

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


Copyright © 2009-2010. All Rights Reserved.