Uses of Interface
com.atlassian.confluence.impl.hibernate.extras.HibernateTranslator
-
Packages that use HibernateTranslator Package Description com.atlassian.confluence.impl.hibernate.extras com.atlassian.confluence.importexport.impl -
-
Uses of HibernateTranslator in com.atlassian.confluence.impl.hibernate.extras
Fields in com.atlassian.confluence.impl.hibernate.extras declared as HibernateTranslator Modifier and Type Field Description protected HibernateTranslator
XMLDatabinder. translator
Deprecated.Constructors in com.atlassian.confluence.impl.hibernate.extras with parameters of type HibernateTranslator Constructor Description XMLDatabinder(org.hibernate.engine.spi.SessionFactoryImplementor factory, String encoding, HibernateTranslator translator)
Deprecated. -
Uses of HibernateTranslator in com.atlassian.confluence.importexport.impl
Classes in com.atlassian.confluence.importexport.impl that implement HibernateTranslator Modifier and Type Class Description class
HibernateObjectHandleTranslator
Creates TransientHibernateHandles to represent Hibernate objects
-