Package in.partake.model.dao.postgres9

Examples of in.partake.model.dao.postgres9.Postgres9Entity


        return new Postgres9MessageDao();
    }

    @Override
    protected IUserAccess creataeUserAccess() {
        return new Postgres9UserDao();
    }
View Full Code Here


        return new Postgres9UserOpenIDLinkDao();
    }

    @Override
    protected IUserImageAccess createImageAccess() {
        return new Postgres9UserImageDao();
    }
View Full Code Here

        return new Postgres9TwitterMessageDao();
    }

    @Override
    protected IUserNotificationAccess createUserNotificationAccess() {
        return new Postgres9UserNotificationDao();
    }
View Full Code Here

        return new Postgres9EventTicketDao();
    }

    @Override
    protected IUserOpenIDLinkAccess createOpenIDLinkageAccess() {
        return new Postgres9UserOpenIDLinkDao();
    }
View Full Code Here

        return new Postgres9UserDao();
    }

    @Override
    protected IUserPreferenceAccess createUserPreferenceAccess() {
        return new Postgres9UserPreferenceDao();
    }
View Full Code Here

        return new Postgres9EventMessageDao();
    }

    @Override
    protected IUserReceivedMessageAccess createUserReceivedMessageAccess() {
        return new Postgres9UserReceivedMessageDao();
    }
View Full Code Here

        return new Postgres9UserNotificationDao();
    }

    @Override
    protected IUserSentMessageAccess createUserSentMessageAccess() {
        return new Postgres9UserSentMessageDao();
    }
View Full Code Here

        return new Postgres9UserImageDao();
    }

    @Override
    protected IUserThumbnailAccess createThumbnailAccess() {
        return new Postgres9UserThumbnailDao();
    }
View Full Code Here

        return new Postgres9EventCommentDao();
    }

    @Override
    protected IUserTicketAccess createEnrollmentAccess() {
        return new Postgres9UserTicketDao();
    }
View Full Code Here

        return new Postgres9UserThumbnailDao();
    }

    @Override
    protected IUserTwitterLinkAccess createTwitterLinkageAccess() {
        return new Postgres9UserTwitterLinkDao();
    }
View Full Code Here

TOP

Related Classes of in.partake.model.dao.postgres9.Postgres9Entity

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.