常见hibernate面试题

常见hibernate面试题

1.Hibernate有哪几种查询数据的方式 (1)导航对象图查询 (2)OID查询 (3)HQL (4)QBC (5)...
使用Spring AOP对service层进行日志记录 No session found for current thread

使用Spring AOP对service层进行日志记录 No session found for current thread

  如题,使用Spring AOP对service层进行日志记录,在日志记录类中调用dao层方法操作数据库,但...
在Spring3中使用注解(@Scheduled)创建计划任务

在Spring3中使用注解(@Scheduled)创建计划任务

xml  配置   xmlns:task="http://www.springframework.org/sc...
Spring mvc aop to get request and response

Spring mvc aop to get request and response

@Aspect public class LoggingAspect { @Before("execution(* xx...
annotation(@Retention)的学习

annotation(@Retention)的学习

Retention型态可以在您定义Annotation型态时,指示编译程序该如何对待您的自定义的Annotation型态...
AnnotationException:No identifier specified

AnnotationException:No identifier specified

主要是entity表没有设置主键 和其他 实体类对比看看是否少继承了公共类。。
springmvc 导入excel

springmvc 导入excel

springmvc 导入excel 测试代码 @RequestMapping(value="/AddImportCoop...
springmvc文件下载

springmvc文件下载

  @RequestMapping("/download") public void download(Htt...
spring mvc 控制器 传值

spring mvc 控制器 传值

控制器 间 的 方法 传值 需求 从控制器中的某个方法跳到另外一个方法中  并携带值 办法 第一个控制器  的 返回值为...
spring mvc前台时间字符串到后台Date的转换

spring mvc前台时间字符串到后台Date的转换

@DateTimeFormat(pattern="yyyy-MM-dd") private Date dateRange...
返回顶部