I have a table in an Oracle 11g database with a field of type NUMBER(3,0)
In a Spring project, I have the following repository:
@Repository
public interface TipoPropriRepository extends JpaRepository<TipoPropri, Byte> {
}
Th...
asked by
23.08.2018 / 22:08