Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 931835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:34:05+00:00 2026-05-15T20:34:05+00:00

I have DAO’s for each table, that all implement an interface. Now I want

  • 0

I have DAO’s for each table, that all implement an interface.

Now I want to be able to (potentially) swap database layer implementations.

So my strategy is to create a DaoFactory, and this DaoFactory will be specific to a particular implemenation of my DAO’s.

So I will have DAO’s for hibernate.
Then a DaoHibernateFactory that will look like:

public class DaoHibernateFactory implements DaoFactory
{


     public UserDao GetUserDao() {

          return new UserHibernateDao();
     }


}

Then in all my manager/service classes, I will use whichever Dao___Factory is currently wired via spring ioc.

Does this make sense? Suggestions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T20:34:06+00:00Added an answer on May 15, 2026 at 8:34 pm

    I would have separate configuration files for each implementation, rather than using factories. That way spring can inject your DAOs for you, and you don’t have to call or maintain an extra factory class.

    For example:

    hibernate-data.xml:

    <bean id="userDAO" class="com.foo.dao.hibernate.HibernateUserDao">
        ...
    </bean>
    

    ibatis-data.xml:

    <bean id="userDAO" class="com.foo.dao.ibatis.IBatisUserDao">
        ...
    </bean>
    

    etc.

    Then you can swap out the implementation by changing which -data file is included in your web.xml.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a dao jar file that contains all the domain objects and service
I have a JSP struts application that uses Spring to integrate with the services/dao/database.
I have several DAO objects that are used to retrieve information from a database
I want to have all my DAO methods to return an empty collection instead
I have this DAO.. public class AreaDAO { private Database database; public AreaDAO(Database database)
I have a DAO class which I am using to do database operations. I
I have a number of DAO classes that extend SqlMapClientDaoSupport, and call getSqlMapClientTemplate() to
I have a service method that calls a DAO which then returns an object
Currently I have one dao, that uses generic methods and hibernate criteria to perform
I have a generic DAO class that looks like this: public class GenericDaoJpa <T

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.