This website requires JavaScript.
Explore
Help
Register
Sign In
mocode-software
/
meldestelle
Watch
1
Star
0
Fork
0
You've already forked meldestelle
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f719764914
meldestelle
/
backend
/
services
/
series
/
series-service
/
src
/
main
History
StefanMoCoAt
11abbf0179
Add explicit
@Column
and
@Table
annotations for
Serie
and
SeriePunkt
entities to align with SQL schema, include
@Id
annotations in JPA entities, and resolve schema mapping warnings.
2026-04-12 17:48:05 +02:00
..
kotlin/at/mocode/series
/service
Add explicit
@Column
and
@Table
annotations for
Serie
and
SeriePunkt
entities to align with SQL schema, include
@Id
annotations in JPA entities, and resolve schema mapping warnings.
2026-04-12 17:48:05 +02:00
resources
Convert
Serie
and
SeriePunkt
from
data class
to regular
class
, implement manual
copy
,
equals
,
hashCode
, and
toString
methods for JPA compliance, adjust column mappings, and add Flyway migration for database schema creation.
2026-04-12 17:43:48 +02:00