In Hibernate a derived property (also called a calculated property) is a read-only property whose value is calculated at fetch time using SQL expressions. Example: For an employee entity with properties such as an id and the employee name also a monthlySalary property, you might also want to have a yearlySalary which is not necessarily stored in the database. package net.ozar.exp.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name=”EMPLOYEE”) public class Employee implements …
In this article I will write about installing the Oracle Database 10g XE on Windows and changing the default port number for HTTP and optionally for FTP. The installer does not provide any customization option and you end up with the DB server instantly up and running reserving the port 1521 (a default for Oracle database servers), including an embedded HTTP listener set to a default port of 8080 which might conflict with some existing …
Des photos pris un jour de printemps à Paris dans les années ’60.
1960lı yılların Fransa – Paris’inde bir bahar günü çekilmiş fotoğraflar.
Colorized photos taken on a day of spring in Paris, France of the 60s.