org.norther.tammi.root.db
Interface LobFactory

All Superinterfaces:
ObjectFactory<Object>
All Known Implementing Classes:
DefaultLobFactory

public interface LobFactory
extends ObjectFactory<Object>

An interface to large object factories. The factory creates the specified LOB instances optionally wrapped by the specified LOB adapters.

Version:
$Id: LobFactory.java,v 1.2 2009/09/28 17:56:49 cvsimp Exp $
Author:
Ilkka Priha

Method Summary
 String getBlobAdapterClassName()
          Gets the BLOB adapter class name.
 String getBlobInstanceClassName()
          Gets the BLOB instance class name.
 String getClobAdapterClassName()
          Gets the CLOB adapter class name.
 String getClobInstanceClassName()
          Gets the CLOB instance class name.
 void setBlobAdapterClassName(String className)
          Sets the BLOB adapter class name.
 void setBlobInstanceClassName(String className)
          Sets the BLOB instance class name.
 void setClobAdapterClassName(String className)
          Sets the CLOB adapter class name.
 void setClobInstanceClassName(String className)
          Sets the CLOB instance class name.
 
Methods inherited from interface org.norther.tammi.core.base.ObjectFactory
getInstance, getInstance, getInstance, getInstance, isLoaderSupported
 

Method Detail

getBlobInstanceClassName

String getBlobInstanceClassName()
Gets the BLOB instance class name.

Returns:
the BLOB class name.

setBlobInstanceClassName

void setBlobInstanceClassName(String className)
Sets the BLOB instance class name.

Parameters:
className - the BLOB class name.

getClobInstanceClassName

String getClobInstanceClassName()
Gets the CLOB instance class name.

Returns:
the CLOB class name.

setClobInstanceClassName

void setClobInstanceClassName(String className)
Sets the CLOB instance class name.

Parameters:
className - the CLOB class name.

getBlobAdapterClassName

String getBlobAdapterClassName()
Gets the BLOB adapter class name.

Returns:
the BLOB class name.

setBlobAdapterClassName

void setBlobAdapterClassName(String className)
Sets the BLOB adapter class name.

Parameters:
className - the BLOB class name.

getClobAdapterClassName

String getClobAdapterClassName()
Gets the CLOB adapter class name.

Returns:
the CLOB class name.

setClobAdapterClassName

void setClobAdapterClassName(String className)
Sets the CLOB adapter class name.

Parameters:
className - the CLOB class name.


Copyright © 2004 The Norther Organization. All rights reserved.