com.atlassian.spring
Class LobSelector

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

public class LobSelector
extends Object

Default implementation of the lob selector, returns the configured default LobHandler.


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

Constructor Detail

LobSelector

public LobSelector()
Method Detail

getLobHandler

public org.springframework.jdbc.support.lob.LobHandler getLobHandler()

setDefaultHandler

public void setDefaultHandler(org.springframework.jdbc.support.lob.LobHandler defaultHandler)


Atlassian Spring is developed by Atlassian Software Systems.