Re-enabled additional envers tests
This commit is contained in:
parent
c223ea16cb
commit
a9725f4fca
|
@ -11,8 +11,8 @@ import java.util.List;
|
|||
import javax.persistence.EntityManager;
|
||||
|
||||
import org.hibernate.orm.test.envers.Priority;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.ChildEntity;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.ParentEntity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.ChildEntity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.ParentEntity;
|
||||
import org.hibernate.orm.test.envers.integration.modifiedflags.AbstractModifiedFlagsEntityTest;
|
||||
|
||||
import org.junit.Test;
|
||||
|
|
|
@ -11,9 +11,9 @@ import java.util.List;
|
|||
import javax.persistence.EntityManager;
|
||||
|
||||
import org.hibernate.orm.test.envers.Priority;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.childrelation.ChildIngEntity;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.childrelation.ParentNotIngEntity;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.childrelation.ReferencedEntity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.childrelation.ChildIngEntity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.childrelation.ParentNotIngEntity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.childrelation.ReferencedEntity;
|
||||
import org.hibernate.orm.test.envers.integration.modifiedflags.AbstractModifiedFlagsEntityTest;
|
||||
|
||||
import org.junit.Test;
|
||||
|
|
|
@ -11,9 +11,9 @@ import java.util.List;
|
|||
import javax.persistence.EntityManager;
|
||||
|
||||
import org.hibernate.orm.test.envers.Priority;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.notownedrelation.Address;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.notownedrelation.Contact;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.notownedrelation.PersonalContact;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.notownedrelation.Address;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.notownedrelation.Contact;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.notownedrelation.PersonalContact;
|
||||
import org.hibernate.orm.test.envers.integration.modifiedflags.AbstractModifiedFlagsEntityTest;
|
||||
|
||||
import org.junit.Test;
|
||||
|
|
|
@ -10,8 +10,8 @@ package org.hibernate.envers.test.integration.reventity;
|
|||
import java.util.Iterator;
|
||||
|
||||
import org.hibernate.orm.test.envers.BaseEnversJPAFunctionalTestCase;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.ChildEntity;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.ParentEntity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.ChildEntity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.ParentEntity;
|
||||
import org.hibernate.mapping.Column;
|
||||
import org.hibernate.orm.test.envers.integration.reventity.LongRevNumberRevEntity;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import javax.persistence.Entity;
|
|||
import javax.persistence.Table;
|
||||
|
||||
import org.hibernate.envers.Audited;
|
||||
import org.hibernate.envers.test.integration.onetomany.detached.InheritanceIndexedJoinColumnBidirectionalList;
|
||||
import org.hibernate.orm.test.envers.integration.onetomany.detached.InheritanceIndexedJoinColumnBidirectionalList;
|
||||
|
||||
/**
|
||||
* Entity for {@link InheritanceIndexedJoinColumnBidirectionalList} test.
|
||||
|
|
|
@ -21,7 +21,7 @@ import javax.persistence.Table;
|
|||
import org.hibernate.annotations.IndexColumn;
|
||||
import org.hibernate.envers.AuditMappedBy;
|
||||
import org.hibernate.envers.Audited;
|
||||
import org.hibernate.envers.test.integration.onetomany.detached.InheritanceIndexedJoinColumnBidirectionalList;
|
||||
import org.hibernate.orm.test.envers.integration.onetomany.detached.InheritanceIndexedJoinColumnBidirectionalList;
|
||||
|
||||
/**
|
||||
* Entity for {@link InheritanceIndexedJoinColumnBidirectionalList} test.
|
||||
|
|
|
@ -15,7 +15,7 @@ import javax.persistence.ManyToOne;
|
|||
import javax.persistence.Table;
|
||||
|
||||
import org.hibernate.envers.Audited;
|
||||
import org.hibernate.envers.test.integration.onetomany.detached.InheritanceIndexedJoinColumnBidirectionalList;
|
||||
import org.hibernate.orm.test.envers.integration.onetomany.detached.InheritanceIndexedJoinColumnBidirectionalList;
|
||||
|
||||
/**
|
||||
* Entity for {@link InheritanceIndexedJoinColumnBidirectionalList} test.
|
||||
|
|
|
@ -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.envers.test.integration.hbm.allAudited.joined;
|
||||
package org.hibernate.orm.test.envers.integration.hbm.allAudited.joined;
|
||||
|
||||
import org.hibernate.orm.test.envers.integration.interfaces.hbm.allAudited.AbstractAllAuditedTest;
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined;
|
||||
|
||||
import javax.persistence.Basic;
|
||||
import javax.persistence.Entity;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -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.envers.test.integration.inheritance.joined;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined;
|
||||
|
||||
import javax.persistence.Basic;
|
||||
import javax.persistence.Entity;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.childrelation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.childrelation;
|
||||
|
||||
import javax.persistence.Basic;
|
||||
import javax.persistence.Entity;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.childrelation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.childrelation;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.childrelation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.childrelation;
|
||||
|
||||
import javax.persistence.Basic;
|
||||
import javax.persistence.Entity;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.childrelation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.childrelation;
|
||||
|
||||
import java.util.Set;
|
||||
import javax.persistence.Entity;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.emptychild;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.emptychild;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.emptychild;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.emptychild;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.emptychild;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.emptychild;
|
||||
|
||||
import javax.persistence.Basic;
|
||||
import javax.persistence.Entity;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.notownedrelation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.notownedrelation;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.persistence.Entity;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.notownedrelation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.notownedrelation;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Set;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.notownedrelation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.notownedrelation;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.notownedrelation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.notownedrelation;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
|
|
@ -5,14 +5,14 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.primarykeyjoin;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
||||
|
||||
import org.hibernate.orm.test.envers.BaseEnversJPAFunctionalTestCase;
|
||||
import org.hibernate.orm.test.envers.Priority;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.ParentEntity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.ParentEntity;
|
||||
import org.hibernate.mapping.Column;
|
||||
|
||||
import org.junit.Assert;
|
||||
|
@ -85,7 +85,7 @@ public class ChildPrimaryKeyJoinAuditing extends BaseEnversJPAFunctionalTestCase
|
|||
Assert.assertEquals(
|
||||
"other_id",
|
||||
((Column) metadata().getEntityBinding(
|
||||
"org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin.ChildPrimaryKeyJoinEntity_AUD"
|
||||
"org.hibernate.orm.test.envers.integration.inheritance.joined.primarykeyjoin.ChildPrimaryKeyJoinEntity_AUD"
|
||||
).getKey().getColumnIterator().next()).getName()
|
||||
);
|
||||
}
|
|
@ -5,14 +5,14 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.primarykeyjoin;
|
||||
|
||||
import javax.persistence.Basic;
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.PrimaryKeyJoinColumn;
|
||||
|
||||
import org.hibernate.envers.Audited;
|
||||
import org.hibernate.envers.test.integration.inheritance.joined.ParentEntity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.joined.ParentEntity;
|
||||
|
||||
/**
|
||||
* @author Adam Warski (adam at warski dot org)
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.relation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation;
|
||||
|
||||
import javax.persistence.Basic;
|
||||
import javax.persistence.Entity;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.relation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation;
|
||||
|
||||
import javax.persistence.Basic;
|
||||
import javax.persistence.Entity;
|
|
@ -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.envers.test.integration.inheritance.joined.relation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -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.envers.test.integration.inheritance.joined.relation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.relation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.relation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation;
|
||||
|
||||
import java.util.Set;
|
||||
import javax.persistence.Entity;
|
|
@ -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.envers.test.integration.inheritance.joined.relation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
|
@ -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.envers.test.integration.inheritance.joined.relation;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation.unidirectional;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.GeneratedValue;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation.unidirectional;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation.unidirectional;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Table;
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation.unidirectional;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
package org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.joined.relation.unidirectional;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Set;
|
|
@ -4,18 +4,18 @@
|
|||
* 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.envers.test.integration.inheritance.mixed;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.mixed;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
import org.hibernate.orm.test.envers.BaseEnversJPAFunctionalTestCase;
|
||||
import org.hibernate.orm.test.envers.Priority;
|
||||
import org.hibernate.envers.test.integration.inheritance.mixed.entities.AbstractActivity;
|
||||
import org.hibernate.envers.test.integration.inheritance.mixed.entities.AbstractCheckActivity;
|
||||
import org.hibernate.envers.test.integration.inheritance.mixed.entities.Activity;
|
||||
import org.hibernate.envers.test.integration.inheritance.mixed.entities.ActivityId;
|
||||
import org.hibernate.envers.test.integration.inheritance.mixed.entities.CheckInActivity;
|
||||
import org.hibernate.envers.test.integration.inheritance.mixed.entities.NormalActivity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.mixed.entities.AbstractActivity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.mixed.entities.AbstractCheckActivity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.mixed.entities.Activity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.mixed.entities.ActivityId;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.mixed.entities.CheckInActivity;
|
||||
import org.hibernate.orm.test.envers.integration.inheritance.mixed.entities.NormalActivity;
|
||||
|
||||
import org.junit.Test;
|
||||
|
|
@ -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.envers.test.integration.inheritance.mixed.entities;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.mixed.entities;
|
||||
|
||||
import javax.persistence.EmbeddedId;
|
||||
import javax.persistence.Entity;
|
|
@ -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.envers.test.integration.inheritance.mixed.entities;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.mixed.entities;
|
||||
|
||||
import javax.persistence.CascadeType;
|
||||
import javax.persistence.Column;
|
|
@ -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.envers.test.integration.inheritance.mixed.entities;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.mixed.entities;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
|
@ -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.envers.test.integration.inheritance.mixed.entities;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.mixed.entities;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.persistence.Embeddable;
|
|
@ -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.envers.test.integration.inheritance.mixed.entities;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.mixed.entities;
|
||||
|
||||
import javax.persistence.DiscriminatorValue;
|
||||
import javax.persistence.Entity;
|
|
@ -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.envers.test.integration.inheritance.mixed.entities;
|
||||
package org.hibernate.orm.test.envers.integration.inheritance.mixed.entities;
|
||||
|
||||
import javax.persistence.DiscriminatorValue;
|
||||
import javax.persistence.Entity;
|
|
@ -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.envers.test.integration.manytoone.bidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.manytoone.bidirectional;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
|
@ -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.envers.test.integration.manytoone.bidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.manytoone.bidirectional;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.GeneratedValue;
|
|
@ -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.envers.test.integration.manytoone.bidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.manytoone.bidirectional;
|
||||
|
||||
import javax.persistence.EntityManager;
|
||||
|
|
@ -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.envers.test.integration.manytoone.bidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.manytoone.bidirectional;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.HashSet;
|
|
@ -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.envers.test.integration.manytoone.bidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.manytoone.bidirectional;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.persistence.Entity;
|
|
@ -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.envers.test.integration.manytoone.bidirectional;
|
||||
package org.hibernate.orm.test.envers.integration.manytoone.bidirectional;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.HashSet;
|
|
@ -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.envers.test.integration.onetomany.detached;
|
||||
package org.hibernate.orm.test.envers.integration.onetomany.detached;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -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.envers.test.integration.onetomany.hierarchy;
|
||||
package org.hibernate.orm.test.envers.integration.onetomany.hierarchy;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -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.envers.test.integration.onetomany.hierarchy;
|
||||
package org.hibernate.orm.test.envers.integration.onetomany.hierarchy;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
|
@ -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.envers.test.integration.secondary;
|
||||
package org.hibernate.orm.test.envers.integration.secondary;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Iterator;
|
||||
|
@ -74,7 +74,7 @@ public class BasicSecondary extends BaseEnversJPAFunctionalTestCase {
|
|||
assert "secondary_AUD".equals(
|
||||
((Iterator<Join>)
|
||||
metadata().getEntityBinding(
|
||||
"org.hibernate.envers.test.integration.secondary.SecondaryTestEntity_AUD"
|
||||
"org.hibernate.orm.test.envers.integration.secondary.SecondaryTestEntity_AUD"
|
||||
)
|
||||
.getJoinIterator())
|
||||
.next().getTable().getName()
|
|
@ -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.envers.test.integration.secondary;
|
||||
package org.hibernate.orm.test.envers.integration.secondary;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Iterator;
|
||||
|
@ -74,7 +74,7 @@ public class NamingSecondary extends BaseEnversJPAFunctionalTestCase {
|
|||
assert "sec_versions".equals(
|
||||
((Iterator<Join>)
|
||||
metadata().getEntityBinding(
|
||||
"org.hibernate.envers.test.integration.secondary.SecondaryNamingTestEntity_AUD"
|
||||
"org.hibernate.orm.test.envers.integration.secondary.SecondaryNamingTestEntity_AUD"
|
||||
)
|
||||
.getJoinIterator())
|
||||
.next().getTable().getName()
|
|
@ -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.envers.test.integration.secondary;
|
||||
package org.hibernate.orm.test.envers.integration.secondary;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Entity;
|
|
@ -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.envers.test.integration.secondary;
|
||||
package org.hibernate.orm.test.envers.integration.secondary;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Entity;
|
|
@ -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.envers.test.integration.secondary.ids;
|
||||
package org.hibernate.orm.test.envers.integration.secondary.ids;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Iterator;
|
||||
|
@ -73,7 +73,7 @@ public class EmbIdSecondary extends BaseEnversJPAFunctionalTestCase {
|
|||
assert "sec_embid_versions".equals(
|
||||
((Iterator<Join>)
|
||||
metadata().getEntityBinding(
|
||||
"org.hibernate.envers.test.integration.secondary.ids.SecondaryEmbIdTestEntity_AUD"
|
||||
"org.hibernate.orm.test.envers.integration.secondary.ids.SecondaryEmbIdTestEntity_AUD"
|
||||
).getJoinIterator()).next().getTable().getName()
|
||||
);
|
||||
}
|
|
@ -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.envers.test.integration.secondary.ids;
|
||||
package org.hibernate.orm.test.envers.integration.secondary.ids;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Iterator;
|
||||
|
@ -73,7 +73,7 @@ public class MulIdSecondary extends BaseEnversJPAFunctionalTestCase {
|
|||
assert "sec_mulid_versions".equals(
|
||||
((Iterator<Join>)
|
||||
metadata().getEntityBinding(
|
||||
"org.hibernate.envers.test.integration.secondary.ids.SecondaryMulIdTestEntity_AUD"
|
||||
"org.hibernate.orm.test.envers.integration.secondary.ids.SecondaryMulIdTestEntity_AUD"
|
||||
)
|
||||
.getJoinIterator())
|
||||
.next().getTable().getName()
|
|
@ -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.envers.test.integration.secondary.ids;
|
||||
package org.hibernate.orm.test.envers.integration.secondary.ids;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Entity;
|
|
@ -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.envers.test.integration.secondary.ids;
|
||||
package org.hibernate.orm.test.envers.integration.secondary.ids;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Entity;
|
Loading…
Reference in New Issue