KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > hibernate > type > DiscriminatorType


1 //$Id: DiscriminatorType.java,v 1.1 2004/06/03 16:31:30 steveebersole Exp $
2
package org.hibernate.type;
3
4 /**
5  * A <tt>Type</tt> that may be used for a discriminator column.
6  * @author Gavin King
7  */

8 public interface DiscriminatorType extends IdentifierType, LiteralType {
9 }
10
11
12
13
14
15
16
Popular Tags