org.hibernate.jpamodelgen.xml
Class XmlMetaCollection

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

public class XmlMetaCollection
extends XmlMetaAttribute
implements MetaCollection

Author:
Hardy Ferentschik

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

Constructor Detail

XmlMetaCollection

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

getMetaType

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


Copyright © 2009-2010. All Rights Reserved.