File
Doc
Category
Size
Date
Package
EntityWithCrazyCompositeKey.java
API Doc
Hibernate 3.2.5
523
Wed Apr 27 12:41:58 BST 2005
org.hibernate.test.hql
EntityWithCrazyCompositeKey
java.lang.Object
public class EntityWithCrazyCompositeKey extends Object
Implementation of EntityWithCrazyCompositeKey.
author
Steve Ebersole
Fields Summary
private CrazyCompositeKey
id
private String
name
Constructors Summary
Methods Summary
public
CrazyCompositeKey
getId
()
return id;
public
java.lang.String
getName
()
return name;
public void
setId
(
CrazyCompositeKey
id)
this.id = id;
public void
setName
(
java.lang.String
name)
this.name = name;
Java Code Source