This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Revision history of "Hibernate/config-example"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 15:53, 5 June 2008Tehmina (talk | contribs). . (3,070 bytes) (+3,070). . (New page: '''Person.java''' <pre> package events; import java.util.*; public class Person { private Long id; private int age; private String firstname; private String lastname; ...)