摘要: public class JpaRepositoryFactoryBean<T extends JpaRepository<S, ID>, S, ID extends Serializable> extends TransactionalRepositoryFactoryBeanSupport<T, S, ID> { private EntityManager entityManager; /** * The {@link EntityManager} to be used. * * @param entityManager the entityManage 阅读全文
posted @ 2013-01-22 10:02 beiyeren 阅读(9980) 评论(0) 推荐(0) 编辑