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 StringACCESSstatic StringBASICstatic List<String>BASIC_ARRAY_TYPESstatic List<String>BASIC_TYPESstatic Map<String,String>COLLECTIONSstatic StringCONVERTstatic StringELEMENT_COLLECTIONstatic StringEMBEDDABLEstatic StringEMBEDDED_IDstatic StringENTITYstatic StringHIBERNATE_TYPEstatic StringIDstatic StringMANY_TO_MANYstatic StringMANY_TO_ONEstatic StringMAP_ATTRIBUTEstatic StringMAP_KEY_CLASSstatic StringMAPPED_SUPERCLASSstatic StringONE_TO_MANYstatic StringONE_TO_ONEstatic StringPATH_SEPARATORstatic StringTRANSIENT
-
-
-
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
-
-