Uses of Interface
net.sf.jagzilla.hibernate.XmlObject

Packages that use XmlObject
net.sf.jagzilla.hibernate This package contains hibernate mapping classes to the bugzilla database. 
 

Uses of XmlObject in net.sf.jagzilla.hibernate
 

Classes in net.sf.jagzilla.hibernate that implement XmlObject
 class Attachment
          represents a record in the table attachments.
 class AttachStatus
          represents a record in the table attachstatus.
 class AttachStatusDef
          represents a record in the table attachstatusdefs.
 class Bug
          represents a record in the table bugs.
 class BugActivity
          represents a record in the table bugs_activity.
 class Cc
          represents a record in the table cc.
 class Component
          represents a record in the table components.
 class Dependency
          represents a record in the table dependencies.
 class Duplicate
          represents a record in the table duplicates.
 class FieldDef
          represents a record in the table fielddefs.
 class Group
          represents a record in the table groups.
 class Keyword
          represents a record in the table keywords.
 class KeywordDef
          represents a record in the table keyworddefs.
 class LoginCookie
          represents a record in the table logincookies.
 class LongDesc
          represents a record in the table longdescs.
 class Milestone
          represents a record in the table millestones.
 class NamedQuery
          represents a record in the table namedqueries.
 class Product
          represents a record in the table products.
 class Profile
          represents a record in the table profiles.
 class ProfileActivity
          represents a record in the table profiles_activity.
 class ShadowLog
          represents a record in the table shadowlog.
 class Token
          represents a record in the table tokens.
 class Version
          represents a record in the table versions.
 class Vote
          represents a record in the table votes.
 class Watch
          represents a record in the table watch.
 class XmlObjectImpl
           
 

Methods in net.sf.jagzilla.hibernate with parameters of type XmlObject
protected  void XmlBaseTest.testXmlSerialization(XmlObject write, XmlObject read)
           
 



Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.