Move annotations.fetch package

This commit is contained in:
Christian Beikov 2021-08-04 13:52:16 +02:00
parent 7216823afd
commit adf8da6bed
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
*/
//$Id$
package org.hibernate.test.annotations.fetch;
package org.hibernate.orm.test.annotations.fetch;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Entity;

View File

@ -4,7 +4,7 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.test.annotations.fetch;
package org.hibernate.orm.test.annotations.fetch;
import java.util.Date;

View File

@ -6,7 +6,7 @@
*/
//$Id$
package org.hibernate.test.annotations.fetch;
package org.hibernate.orm.test.annotations.fetch;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;

View File

@ -6,7 +6,7 @@
*/
//$Id$
package org.hibernate.test.annotations.fetch;
package org.hibernate.orm.test.annotations.fetch;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;

View File

@ -6,7 +6,7 @@
*/
//$Id$
package org.hibernate.test.annotations.fetch;
package org.hibernate.orm.test.annotations.fetch;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.CascadeType;