use of org.jboss.tools.hibernate.runtime.common.AbstractEntityMetamodelFacade in project jbosstools-hibernate by jbosstools.
the class EntityMetamodelFacadeTest method beforeEach.
@BeforeEach
public void beforeEach() throws Exception {
entityMetamodel = createFooBarModel();
entityMetamodelFacade = new AbstractEntityMetamodelFacade(FACADE_FACTORY, entityMetamodel) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractEntityMetamodelFacade in project jbosstools-hibernate by jbosstools.
the class EntityMetamodelFacadeTest method beforeEach.
@BeforeEach
public void beforeEach() throws Exception {
entityMetamodel = createFooBarModel();
entityMetamodelFacade = new AbstractEntityMetamodelFacade(FACADE_FACTORY, entityMetamodel) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractEntityMetamodelFacade in project jbosstools-hibernate by jbosstools.
the class EntityMetamodelFacadeTest method beforeEach.
@BeforeEach
public void beforeEach() throws Exception {
entityMetamodel = createFooBarModel();
entityMetamodelFacade = new AbstractEntityMetamodelFacade(FACADE_FACTORY, entityMetamodel) {
};
}
Aggregations