|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright 2022 the original author or authors.
|
|
|
+ * Copyright 2020-2022 the original author or authors.
|
|
|
*
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
* you may not use this file except in compliance with the License.
|
|
@@ -18,11 +18,11 @@ package sample.jpa.entity.authorizationConsent;
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Objects;
|
|
|
|
|
|
-import javax.persistence.Column;
|
|
|
-import javax.persistence.Entity;
|
|
|
-import javax.persistence.Id;
|
|
|
-import javax.persistence.IdClass;
|
|
|
-import javax.persistence.Table;
|
|
|
+import jakarta.persistence.Column;
|
|
|
+import jakarta.persistence.Entity;
|
|
|
+import jakarta.persistence.Id;
|
|
|
+import jakarta.persistence.IdClass;
|
|
|
+import jakarta.persistence.Table;
|
|
|
|
|
|
@Entity
|
|
|
@Table(name = "`authorizationConsent`")
|