Uses of Class
com.atlassian.confluence.impl.hibernate.extras.XMLDatabinder
-
Packages that use XMLDatabinder Package Description com.atlassian.confluence.impl.hibernate.extras com.atlassian.confluence.importexport.impl -
-
Uses of XMLDatabinder in com.atlassian.confluence.impl.hibernate.extras
Methods in com.atlassian.confluence.impl.hibernate.extras that return XMLDatabinder Modifier and Type Method Description XMLDatabinder
XMLDatabinder. bind(Object object)
Deprecated.XMLDatabinder
XMLDatabinder. bindAll(Collection objects)
Deprecated.Register a set of objects as being ones that should be exported.XMLDatabinder
XMLDatabinder. unbind(Object object)
Deprecated.XMLDatabinder
XMLDatabinder. unbindAll(Collection objects)
Deprecated.Register a set of objects as being ones that should *not* be exported. -
Uses of XMLDatabinder in com.atlassian.confluence.importexport.impl
Subclasses of XMLDatabinder in com.atlassian.confluence.importexport.impl Modifier and Type Class Description class
AtlassianXMLDatabinder
-