use of org.jboss.tools.hibernate.runtime.common.AbstractPrimaryKeyFacade in project jbosstools-hibernate by jbosstools.
the class PrimaryKeyFacadeTest method beforeEach.
@BeforeEach
public void beforeEach() {
primaryKeyTarget = new PrimaryKey(new Table());
primaryKeyFacade = new AbstractPrimaryKeyFacade(FACADE_FACTORY, primaryKeyTarget) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractPrimaryKeyFacade in project jbosstools-hibernate by jbosstools.
the class PrimaryKeyFacadeTest method beforeEach.
@BeforeEach
public void beforeEach() {
primaryKeyTarget = new PrimaryKey(new Table());
primaryKeyFacade = new AbstractPrimaryKeyFacade(FACADE_FACTORY, primaryKeyTarget) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractPrimaryKeyFacade in project jbosstools-hibernate by jbosstools.
the class PrimaryKeyFacadeTest method beforeEach.
@BeforeEach
public void beforeEach() {
primaryKeyTarget = new PrimaryKey(new Table());
primaryKeyFacade = new AbstractPrimaryKeyFacade(FACADE_FACTORY, primaryKeyTarget) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractPrimaryKeyFacade in project jbosstools-hibernate by jbosstools.
the class PrimaryKeyFacadeTest method beforeEach.
@BeforeEach
public void beforeEach() {
primaryKeyTarget = new PrimaryKey();
primaryKeyTarget.setTable(new Table());
primaryKeyFacade = new AbstractPrimaryKeyFacade(FACADE_FACTORY, primaryKeyTarget) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractPrimaryKeyFacade in project jbosstools-hibernate by jbosstools.
the class PrimaryKeyFacadeTest method beforeEach.
@BeforeEach
public void beforeEach() {
primaryKeyTarget = new PrimaryKey(new Table());
primaryKeyFacade = new AbstractPrimaryKeyFacade(FACADE_FACTORY, primaryKeyTarget) {
};
}
Aggregations