mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
METAGEN-62 Package renaming
This commit is contained in:
parent
e67bd078f2
commit
eb4521b1e9
@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.hibernate.jpamodelgen.test.onetomanysorted;
|
||||
package org.hibernate.jpamodelgen.test.sortedcollection;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.GeneratedValue;
|
@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.hibernate.jpamodelgen.test.onetomanysorted;
|
||||
package org.hibernate.jpamodelgen.test.sortedcollection;
|
||||
|
||||
import java.util.SortedMap;
|
||||
import java.util.SortedSet;
|
@ -14,7 +14,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.hibernate.jpamodelgen.test.onetomanysorted;
|
||||
package org.hibernate.jpamodelgen.test.sortedcollection;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
Loading…
x
Reference in New Issue
Block a user