com.atlassian.hibernate
Class OracleLobSelector

java.lang.Object
  extended by com.atlassian.spring.LobSelector
      extended by com.atlassian.hibernate.OracleLobSelector

public class OracleLobSelector
extends com.atlassian.spring.LobSelector

NOTE: this class is disabled by default. It is enabled and sent to clients as a if they encounter problems running Confluence on an Oracle database. This implementation of the LobSelector selects the Oracle LobHandler implementation if it detects an Oracle database.


Constructor Summary
OracleLobSelector()
           
 
Method Summary
 org.springframework.jdbc.support.lob.LobHandler getLobHandler()
           
 void setAutomaticJdbcExtractor(com.atlassian.spring.AutomaticJdbcExtractor automaticJdbcExtractor)
           
 
Methods inherited from class com.atlassian.spring.LobSelector
setDefaultHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleLobSelector

public OracleLobSelector()
Method Detail

setAutomaticJdbcExtractor

public void setAutomaticJdbcExtractor(com.atlassian.spring.AutomaticJdbcExtractor automaticJdbcExtractor)

getLobHandler

public org.springframework.jdbc.support.lob.LobHandler getLobHandler()
Overrides:
getLobHandler in class com.atlassian.spring.LobSelector


Copyright © 2003-2011 Atlassian. All Rights Reserved.