public class AtlassianXMLDatabinder
extends com.atlassian.hibernate.extras.XMLDatabinder
Modifier and Type | Field and Description |
---|---|
static String |
NAME_BUCKET_CLOB_STRING_TYPE |
static String |
NAME_CRYPTOGRAPHIC_KEY_TYPE |
static String |
NAME_CUSTOM_CLOB_TYPE |
static String |
NAME_NAMESPACE_USER_TYPE |
bucketHandles, CARRIAGE_RETURN, CONST_CLOSE_CDATA, CONST_OPEN_CDATA, encoding, END_TAG_CARRIAGE_RETURN, excludedHandles, handles, ISO_DATE_FORMAT, ISO_TIMESTAMP_FORMAT, LEFT_CHEVRON, nextHandles, processedHandles, RIGHT_CHEVRON, START_CLOSE_TAG
Constructor and Description |
---|
AtlassianXMLDatabinder(net.sf.hibernate.engine.SessionFactoryImplementor factory,
String encoding,
HibernateObjectHandleTranslator translator) |
Modifier and Type | Method and Description |
---|---|
boolean |
parseCustomType(Writer writer,
net.sf.hibernate.type.Type type,
Object value,
String xmlValue) |
void |
toGenericXML(Writer writer,
com.atlassian.hibernate.extras.ExportProgress progressMeter) |
public static final String NAME_BUCKET_CLOB_STRING_TYPE
public static final String NAME_CUSTOM_CLOB_TYPE
public static final String NAME_NAMESPACE_USER_TYPE
public static final String NAME_CRYPTOGRAPHIC_KEY_TYPE
public AtlassianXMLDatabinder(net.sf.hibernate.engine.SessionFactoryImplementor factory, String encoding, HibernateObjectHandleTranslator translator)
public void toGenericXML(Writer writer, com.atlassian.hibernate.extras.ExportProgress progressMeter) throws net.sf.hibernate.HibernateException, IOException
toGenericXML
in class com.atlassian.hibernate.extras.XMLDatabinder
net.sf.hibernate.HibernateException
IOException
public boolean parseCustomType(Writer writer, net.sf.hibernate.type.Type type, Object value, String xmlValue) throws IOException
parseCustomType
in class com.atlassian.hibernate.extras.XMLDatabinder
IOException
Copyright © 2003–2015 Atlassian. All rights reserved.