Changeset 5867520 for src/main/java/com/example/moviezone/model
- Timestamp:
- 02/08/23 15:48:51 (22 months ago)
- Branches:
- master
- Children:
- 2c7a732
- Parents:
- 90317ea
- Location:
- src/main/java/com/example/moviezone/model/manytomany
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoom.java
r90317ea r5867520 24 24 @Id 25 25 @Column(name ="id_projection") 26 Integer id _projection;26 Integer idprojection; 27 27 28 28 @Id 29 29 @Column(name ="id_room") 30 Integer id _room;30 Integer idroom; 31 31 32 32 -
src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoomId.java
r90317ea r5867520 7 7 @Data 8 8 public class ProjectionIsPlayedInRoomId implements Serializable { 9 Integer id _projection;10 Integer id _room;9 Integer idprojection; 10 Integer idroom; 11 11 }
Note:
See TracChangeset
for help on using the changeset viewer.