Uses of Package
org.springframework.dao.support
Packages that use org.springframework.dao.support
Package
Description
Annotation support for DAOs.
Support classes for DAO implementations,
providing miscellaneous utility methods.
JdbcTemplate variant with named parameter support.
Classes supporting the
org.springframework.jdbc.core
package.Package providing integration of
Hibernate 5.x
with Spring concepts.
Classes supporting the
org.springframework.orm.hibernate5
package.Package providing integration of JPA (Java Persistence API) with Spring concepts.
Support classes for adapting to specific JPA vendors.
-
Classes in org.springframework.dao.support used by org.springframework.dao.annotationClassDescriptionInterface implemented by Spring integrations with data access technologies that throw runtime exceptions, such as JPA and Hibernate.
-
Classes in org.springframework.dao.support used by org.springframework.dao.supportClassDescriptionInterface implemented by Spring integrations with data access technologies that throw runtime exceptions, such as JPA and Hibernate.
-
Classes in org.springframework.dao.support used by org.springframework.jdbc.core.namedparamClassDescriptionGeneric base class for DAOs, defining template methods for DAO initialization.
-
Classes in org.springframework.dao.support used by org.springframework.jdbc.core.supportClassDescriptionGeneric base class for DAOs, defining template methods for DAO initialization.
-
Classes in org.springframework.dao.support used by org.springframework.orm.hibernate5ClassDescriptionInterface implemented by Spring integrations with data access technologies that throw runtime exceptions, such as JPA and Hibernate.
-
Classes in org.springframework.dao.support used by org.springframework.orm.hibernate5.supportClassDescriptionGeneric base class for DAOs, defining template methods for DAO initialization.
-
Classes in org.springframework.dao.support used by org.springframework.orm.jpaClassDescriptionInterface implemented by Spring integrations with data access technologies that throw runtime exceptions, such as JPA and Hibernate.
-
Classes in org.springframework.dao.support used by org.springframework.orm.jpa.vendorClassDescriptionInterface implemented by Spring integrations with data access technologies that throw runtime exceptions, such as JPA and Hibernate.