Add OpenXava
This commit is contained in:
9
Generateur/tested/Bookmaker.java
Normal file
9
Generateur/tested/Bookmaker.java
Normal file
@@ -0,0 +1,9 @@
|
||||
@Entity
|
||||
public class Bookmaker {
|
||||
@OneToMany (mappedBy= "bookmaker")
|
||||
public Collection<Pari> paris;
|
||||
|
||||
@Column
|
||||
private void crediterParieur(pari:Pari) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user