public class TestCaoCompositeKeyWithAnnotationOverrides extends BaseTestCase {
@Test
public void test() {
CaoKey key = new CaoKey();
key.setCustomer(123);
key.setType(1);
CaoBean bean = new CaoBean();
bean.setKey(key);
bean.setDescription("some desc");