|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISQLOperations | |
---|---|
com.nonesole.persistence.sql |
Uses of ISQLOperations in com.nonesole.persistence.sql |
---|
Classes in com.nonesole.persistence.sql that implement ISQLOperations | |
---|---|
class |
PreparedStatementOperations
Deal with object with blob. |
class |
SQLOperations
Implements ISQLOperations,transform object into sql and execute it. |
Methods in com.nonesole.persistence.sql that return ISQLOperations | |
---|---|
ISQLOperations |
SQLOperationsFactory.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[]) |
ISQLOperations |
SQLOperationsFactory.getSQLOperations()
This bean will transform object to a pure string of sql and execute it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |