use of org.jboss.tools.hibernate.runtime.spi.IForeignKey in project jbosstools-hibernate by jbosstools.
the class FacadeFactoryTest method testCreateForeignKey.
@Test
public void testCreateForeignKey() {
ForeignKey foreignKey = new ForeignKey();
IForeignKey facade = facadeFactory.createForeignKey(foreignKey);
Assert.assertSame(foreignKey, ((IFacade) facade).getTarget());
}
use of org.jboss.tools.hibernate.runtime.spi.IForeignKey in project jbosstools-hibernate by jbosstools.
the class FacadeFactoryTest method testCreateForeignKey.
@Test
public void testCreateForeignKey() {
ForeignKey foreignKey = new ForeignKey();
IForeignKey facade = facadeFactory.createForeignKey(foreignKey);
Assert.assertSame(foreignKey, ((IFacade) facade).getTarget());
}
use of org.jboss.tools.hibernate.runtime.spi.IForeignKey in project jbosstools-hibernate by jbosstools.
the class FacadeFactoryTest method testCreateForeignKey.
@Test
public void testCreateForeignKey() {
ForeignKey foreignKey = new ForeignKey();
IForeignKey facade = facadeFactory.createForeignKey(foreignKey);
Assert.assertSame(foreignKey, ((IFacade) facade).getTarget());
}
use of org.jboss.tools.hibernate.runtime.spi.IForeignKey in project jbosstools-hibernate by jbosstools.
the class FacadeFactoryTest method testCreateForeignKey.
@Test
public void testCreateForeignKey() {
ForeignKey foreignKey = new ForeignKey();
IForeignKey facade = facadeFactory.createForeignKey(foreignKey);
Assert.assertSame(foreignKey, ((IFacade) facade).getTarget());
}
use of org.jboss.tools.hibernate.runtime.spi.IForeignKey in project jbosstools-hibernate by jbosstools.
the class FacadeFactoryTest method testCreateForeignKey.
@Test
public void testCreateForeignKey() {
ForeignKey foreignKey = new ForeignKey();
IForeignKey facade = facadeFactory.createForeignKey(foreignKey);
Assert.assertSame(foreignKey, ((IFacade) facade).getTarget());
}
Aggregations