org.hibernate.jpamodelgen.util
Class Constants

java.lang.Object
  extended by org.hibernate.jpamodelgen.util.Constants

public final class Constants
extends Object

Author:
Hardy Ferentschik

Field Summary
static String ACCESS
           
static String BASIC
           
static List<String> BASIC_ARRAY_TYPES
           
static List<String> BASIC_TYPES
           
static Map<String,String> COLLECTIONS
           
static String ELEMENT_COLLECTION
           
static String EMBEDDABLE
           
static String EMBEDDED_ID
           
static String ENTITY
           
static String ID
           
static String MANY_TO_MANY
           
static String MANY_TO_ONE
           
static String MAP_KEY_CLASS
           
static String MAPPED_SUPERCLASS
           
static String ONE_TO_MANY
           
static String ONE_TO_ONE
           
static String PATH_SEPARATOR
           
static String TRANSIENT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY

public static final String ENTITY
See Also:
Constant Field Values

MAPPED_SUPERCLASS

public static final String MAPPED_SUPERCLASS
See Also:
Constant Field Values

EMBEDDABLE

public static final String EMBEDDABLE
See Also:
Constant Field Values

ID

public static final String ID
See Also:
Constant Field Values

EMBEDDED_ID

public static final String EMBEDDED_ID
See Also:
Constant Field Values

TRANSIENT

public static final String TRANSIENT
See Also:
Constant Field Values

BASIC

public static final String BASIC
See Also:
Constant Field Values

ONE_TO_ONE

public static final String ONE_TO_ONE
See Also:
Constant Field Values

ONE_TO_MANY

public static final String ONE_TO_MANY
See Also:
Constant Field Values

MANY_TO_ONE

public static final String MANY_TO_ONE
See Also:
Constant Field Values

MANY_TO_MANY

public static final String MANY_TO_MANY
See Also:
Constant Field Values

MAP_KEY_CLASS

public static final String MAP_KEY_CLASS
See Also:
Constant Field Values

ELEMENT_COLLECTION

public static final String ELEMENT_COLLECTION
See Also:
Constant Field Values

ACCESS

public static final String ACCESS
See Also:
Constant Field Values

COLLECTIONS

public static Map<String,String> COLLECTIONS

BASIC_TYPES

public static List<String> BASIC_TYPES

BASIC_ARRAY_TYPES

public static List<String> BASIC_ARRAY_TYPES

PATH_SEPARATOR

public static final String PATH_SEPARATOR
See Also:
Constant Field Values


Copyright © 2009-2012. All Rights Reserved.