mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Move source to Jakarta (use ./jakarta-to-javax.sh)
Moving the master branch to use jakarta based code and dependencies. Change to use ./jakarta-to-javax.sh to convert back to javax when releasing that.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package misc.migration.v1_2;
|
||||
|
||||
import javax.persistence.*;
|
||||
import jakarta.persistence.*;
|
||||
|
||||
@Entity
|
||||
@Table(name = "migtest_fk_none_via_join")
|
||||
|
||||
Reference in New Issue
Block a user