|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nonesole.persistence.sql.SQLOperationsFactory
public class SQLOperationsFactory
SQL operations factory. Outside can get classes which have same interface but different realization.
Method Summary | |
---|---|
ISQLOperations |
getBlobOperations()
This bean will transform object to a prepared sql and execute it.It supports saving blob data,Objects which have blob data have to save blob data as byte array.(byte[]) |
static SQLOperationsFactory |
getInstance()
|
ISQLOperations |
getSQLOperations()
This bean will transform object to a pure string of sql and execute it. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SQLOperationsFactory getInstance()
public ISQLOperations getSQLOperations()
public ISQLOperations getBlobOperations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |