All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.jdbc.object.package-info Maven / Gradle / Ivy

There is a newer version: 6.2.0
Show newest version
/**
 * The classes in this package represent RDBMS queries, updates, and stored
 * procedures as threadsafe, reusable objects. This approach is modeled by JDO,
 * although objects returned by queries are of course "disconnected" from the
 * database.
 *
 * 

This higher-level JDBC abstraction depends on the lower-level * abstraction in the {@code org.springframework.jdbc.core} package. * Exceptions thrown are as in the {@code org.springframework.dao} package, * meaning that code using this package does not need to implement JDBC or * RDBMS-specific error handling. * *

This package and related packages are discussed in Chapter 9 of * Expert One-On-One J2EE Design and Development * by Rod Johnson (Wrox, 2002). */ @NonNullApi @NonNullFields package org.springframework.jdbc.object; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy