use of org.jboss.tools.hibernate.runtime.common.AbstractCollectionMetadataFacade in project jbosstools-hibernate by jbosstools.
the class CollectionMetadataFacadeTest method setUp.
@Before
public void setUp() {
CollectionMetadata target = (CollectionMetadata) Proxy.newProxyInstance(FACADE_FACTORY.getClassLoader(), new Class[] { CollectionMetadata.class }, new TestInvocationHandler());
collectionMetadata = new AbstractCollectionMetadataFacade(FACADE_FACTORY, target) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractCollectionMetadataFacade in project jbosstools-hibernate by jbosstools.
the class CollectionMetadataFacadeTest method setUp.
@Before
public void setUp() {
CollectionMetadata target = (CollectionMetadata) Proxy.newProxyInstance(FACADE_FACTORY.getClassLoader(), new Class[] { CollectionMetadata.class }, new TestInvocationHandler());
collectionMetadata = new AbstractCollectionMetadataFacade(FACADE_FACTORY, target) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractCollectionMetadataFacade in project jbosstools-hibernate by jbosstools.
the class CollectionMetadataFacadeTest method setUp.
@Before
public void setUp() {
CollectionMetadata target = (CollectionMetadata) Proxy.newProxyInstance(FACADE_FACTORY.getClassLoader(), new Class[] { CollectionMetadata.class }, new TestInvocationHandler());
collectionMetadata = new AbstractCollectionMetadataFacade(FACADE_FACTORY, target) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractCollectionMetadataFacade in project jbosstools-hibernate by jbosstools.
the class CollectionMetadataFacadeTest method setUp.
@Before
public void setUp() {
CollectionMetadata target = (CollectionMetadata) Proxy.newProxyInstance(FACADE_FACTORY.getClassLoader(), new Class[] { CollectionMetadata.class }, new TestInvocationHandler());
collectionMetadata = new AbstractCollectionMetadataFacade(FACADE_FACTORY, target) {
};
}
use of org.jboss.tools.hibernate.runtime.common.AbstractCollectionMetadataFacade in project jbosstools-hibernate by jbosstools.
the class CollectionMetadataFacadeTest method setUp.
@Before
public void setUp() {
CollectionMetadata target = (CollectionMetadata) Proxy.newProxyInstance(FACADE_FACTORY.getClassLoader(), new Class[] { CollectionMetadata.class }, new TestInvocationHandler());
collectionMetadata = new AbstractCollectionMetadataFacade(FACADE_FACTORY, target) {
};
}
Aggregations