Package org.hibernate.jpamodelgen.util
Class Constants
- java.lang.Object
-
- org.hibernate.jpamodelgen.util.Constants
-
public final class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS
static String
BASIC
static List<String>
BASIC_ARRAY_TYPES
static List<String>
BASIC_TYPES
static Map<String,String>
COLLECTIONS
static String
CONVERT
static String
ELEMENT_COLLECTION
static String
EMBEDDABLE
static String
EMBEDDED_ID
static String
ENTITY
static String
HIBERNATE_TYPE
static String
ID
static String
MANY_TO_MANY
static String
MANY_TO_ONE
static String
MAP_ATTRIBUTE
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
-
-
-
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
-
MAP_ATTRIBUTE
public static final String MAP_ATTRIBUTE
- See Also:
- Constant Field Values
-
CONVERT
public static final String CONVERT
- See Also:
- Constant Field Values
-
HIBERNATE_TYPE
public static final String HIBERNATE_TYPE
- See Also:
- Constant Field Values
-
PATH_SEPARATOR
public static final String PATH_SEPARATOR
- See Also:
- Constant Field Values
-
-