hibernate基础配置

hibernate.cfg.xml的配置



	

	
	
		com.mysql.jdbc.Driver
		jdbc:mysql:///hibernate3
		root
		123
		
		
		org.hibernate.dialect.MySQLDialect
		
		
		update
		
		true
		true
		
		
		
		
	

hbm的配置



    

	
	
		
		
		
		
			
			
		
		
		 
		
		
			
		
	


你可能感兴趣的:(ssh)