org.jboss.ejb.plugins.cmp.ejbql
Class EJBQLTypes
java.lang.Object
org.jboss.ejb.plugins.cmp.ejbql.EJBQLTypes
public final class EJBQLTypes
- extends Object
This class contains a list of the reconized EJB-QL types.
- Version:
- $Revision: 57209 $
- Author:
- Dain Sundstrom, Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN_TYPE
public static final int UNKNOWN_TYPE
- See Also:
- Constant Field Values
NUMERIC_TYPE
public static final int NUMERIC_TYPE
- See Also:
- Constant Field Values
STRING_TYPE
public static final int STRING_TYPE
- See Also:
- Constant Field Values
DATETIME_TYPE
public static final int DATETIME_TYPE
- See Also:
- Constant Field Values
BOOLEAN_TYPE
public static final int BOOLEAN_TYPE
- See Also:
- Constant Field Values
ENTITY_TYPE
public static final int ENTITY_TYPE
- See Also:
- Constant Field Values
VALUE_CLASS_TYPE
public static final int VALUE_CLASS_TYPE
- See Also:
- Constant Field Values
EJBQLTypes
public EJBQLTypes()
getEJBQLType
public static int getEJBQLType(Class type)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.