Oki
PHP Code:
java: package org.springframework.jdbc.core.simple does not exist
java: type org.springframework.jdbc.core.RowMapper does not take parameters
java: no suitable method found for update(java.lang.String,long)
method org.springframework.jdbc.core.JdbcTemplate.update(java.lang.String,java.lang.Object[]) is not applicable
(actual argument long cannot be converted to java.lang.Object[] by method invocation conversion)
method org.springframework.jdbc.core.JdbcTemplate.update(java.lang.String,java.lang.Object[],int[]) is not applicable
(actual and formal argument lists differ in length)
method org.springframework.jdbc.core.JdbcTemplate.update(java.lang.String,org.springframework.jdbc.core.PreparedStatementSetter) is not applicable
(actual argument long cannot be converted to org.springframework.jdbc.core.PreparedStatementSetter by method invocation conversion)
method org.springframework.jdbc.core.JdbcTemplate.update(org.springframework.jdbc.core.PreparedStatementCreator,org.springframework.jdbc.support.KeyHolder) is not applicable
(actual argument java.lang.String cannot be converted to org.springframework.jdbc.core.PreparedStatementCreator by method invocation conversion)
method org.springframework.jdbc.core.JdbcTemplate.update(org.springframework.jdbc.core.PreparedStatementCreator) is not applicable
(actual and formal argument lists differ in length)
method org.springframework.jdbc.core.JdbcTemplate.update(org.springframework.jdbc.core.PreparedStatementCreator,org.springframework.jdbc.core.PreparedStatementSetter) is not applicable
(actual argument java.lang.String cannot be converted to org.springframework.jdbc.core.PreparedStatementCreator by method invocation conversion)
method org.springframework.jdbc.core.JdbcTemplate.update(java.lang.String) is not applicable
(actual and formal argument lists differ in length)
java: no suitable method found for update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long)
method org.springframework.jdbc.core.JdbcTemplate.update(java.lang.String,java.lang.Object[]) is not applicable
(actual and formal argument lists differ in length)
method org.springframework.jdbc.core.JdbcTemplate.update(java.lang.String,java.lang.Object[],int[]) is not applicable
(actual and formal argument lists differ in length)
method org.springframework.jdbc.core.JdbcTemplate.update(java.lang.String,org.springframework.jdbc.core.PreparedStatementSetter) is not applicable
(actual and formal argument lists differ in length)
method org.springframework.jdbc.core.JdbcTemplate.update(org.springframework.jdbc.core.PreparedStatementCreator,org.springframework.jdbc.support.KeyHolder) is not applicable
(actual and formal argument lists differ in length)
method org.springframework.jdbc.core.JdbcTemplate.update(org.springframework.jdbc.core.PreparedStatementCreator) is not applicable
(actual and formal argument lists differ in length)
method org.springframework.jdbc.core.JdbcTemplate.update(org.springframework.jdbc.core.PreparedStatementCreator,org.springframework.jdbc.core.PreparedStatementSetter) is not applicable
(actual and formal argument lists differ in length)
method org.springframework.jdbc.core.JdbcTemplate.update(java.lang.String) is not applicable
(actual and formal argument lists differ in length)
java: type org.springframework.jdbc.core.RowMapper does not take parameters
java: cannot find symbol
symbol: class SimpleJdbcInsert
location: class cz.muni.fi.pv168.books.CustomerManagerImpl
java: cannot find symbol
symbol: class SimpleJdbcInsert
location: class cz.muni.fi.pv168.books.CustomerManagerImpl
java: package org.springframework.jdbc.core.simple does not exist
java: type org.springframework.jdbc.core.RowMapper does not take parameters
java: cannot find symbol
symbol: class SimpleJdbcInsert
location: class cz.muni.fi.pv168.books.LeaseManagerImpl
java: cannot find symbol
symbol: class SimpleJdbcInsert
location: class cz.muni.fi.pv168.books.LeaseManagerImpl
java: C:\Users\Justy\Desktop\Servlet\books-jdbc\src\main\java\cz\muni\fi\pv168\books\LeaseManagerImpl.java uses unchecked or unsafe operations.
java: Recompile with -Xlint:unchecked for details.