package com.sample.rete;
/*
* This code and the accompanying presentation is licensed for use in the United States under a
* Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States
//$Id: B.java 6527 2005-04-26 16:58:52Z oneovthafew $
package org.hibernate.test.array;
/**
* @author Emmanuel Bernard
*/
public class B {
private Integer id;
public Integer getId() {
return i
package org.hibernate.test.legacy;
import java.util.Map;
public class B extends A {
private int count;
private Map map;
private String bName = "B Name";
public int getCount() {
return count
//$Id: $
package org.hibernate.test.annotations.xml.hbm;
/**
* @author Emmanuel Bernard
*/
public interface B extends A {
public Integer getBId();
public void setBId(Integer bId);
}