Package org.hibernate.jpamodelgen.util
Class Constants
- java.lang.Object
-
- org.hibernate.jpamodelgen.util.Constants
-
public final class Constants extends Object
-
-
Field Summary
-
-
-
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
-
ID_CLASS
public static final String ID_CLASS
- See Also:
- Constant Field Values
-
EMBEDDED_ID
public static final String EMBEDDED_ID
- See Also:
- Constant Field Values
-
NATURAL_ID
public static final String NATURAL_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
-
MANY_TO_ANY
public static final String MANY_TO_ANY
- 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
-
CONVERT
public static final String CONVERT
- See Also:
- Constant Field Values
-
HIBERNATE_TYPE
public static final String HIBERNATE_TYPE
- See Also:
- Constant Field Values
-
NAMED_QUERY
public static final String NAMED_QUERY
- See Also:
- Constant Field Values
-
NAMED_QUERIES
public static final String NAMED_QUERIES
- See Also:
- Constant Field Values
-
NAMED_NATIVE_QUERY
public static final String NAMED_NATIVE_QUERY
- See Also:
- Constant Field Values
-
NAMED_NATIVE_QUERIES
public static final String NAMED_NATIVE_QUERIES
- See Also:
- Constant Field Values
-
SQL_RESULT_SET_MAPPING
public static final String SQL_RESULT_SET_MAPPING
- See Also:
- Constant Field Values
-
SQL_RESULT_SET_MAPPINGS
public static final String SQL_RESULT_SET_MAPPINGS
- See Also:
- Constant Field Values
-
NAMED_ENTITY_GRAPH
public static final String NAMED_ENTITY_GRAPH
- See Also:
- Constant Field Values
-
NAMED_ENTITY_GRAPHS
public static final String NAMED_ENTITY_GRAPHS
- See Also:
- Constant Field Values
-
HIB_NAMED_QUERY
public static final String HIB_NAMED_QUERY
- See Also:
- Constant Field Values
-
HIB_NAMED_QUERIES
public static final String HIB_NAMED_QUERIES
- See Also:
- Constant Field Values
-
HIB_NAMED_NATIVE_QUERY
public static final String HIB_NAMED_NATIVE_QUERY
- See Also:
- Constant Field Values
-
HIB_NAMED_NATIVE_QUERIES
public static final String HIB_NAMED_NATIVE_QUERIES
- See Also:
- Constant Field Values
-
HIB_FETCH_PROFILE
public static final String HIB_FETCH_PROFILE
- See Also:
- Constant Field Values
-
HIB_FETCH_PROFILES
public static final String HIB_FETCH_PROFILES
- See Also:
- Constant Field Values
-
HIB_FILTER_DEF
public static final String HIB_FILTER_DEF
- See Also:
- Constant Field Values
-
HIB_FILTER_DEFS
public static final String HIB_FILTER_DEFS
- See Also:
- Constant Field Values
-
HQL
public static final String HQL
- See Also:
- Constant Field Values
-
SQL
public static final String SQL
- See Also:
- Constant Field Values
-
FIND
public static final String FIND
- See Also:
- Constant Field Values
-
CHECK_HQL
public static final String CHECK_HQL
- See Also:
- Constant Field Values
-
ENTITY_MANAGER
public static final String ENTITY_MANAGER
- See Also:
- Constant Field Values
-
QUERY
public static final String QUERY
- See Also:
- Constant Field Values
-
TYPED_QUERY
public static final String TYPED_QUERY
- See Also:
- Constant Field Values
-
HIB_QUERY
public static final String HIB_QUERY
- See Also:
- Constant Field Values
-
HIB_SELECTION_QUERY
public static final String HIB_SELECTION_QUERY
- See Also:
- Constant Field Values
-
HIB_SESSION
public static final String HIB_SESSION
- See Also:
- Constant Field Values
-
HIB_STATELESS_SESSION
public static final String HIB_STATELESS_SESSION
- See Also:
- Constant Field Values
-
MUTINY_SESSION
public static final String MUTINY_SESSION
- See Also:
- Constant Field Values
-
TUPLE
public static final String TUPLE
- See Also:
- Constant Field Values
-
UNI
public static final String UNI
- See Also:
- Constant Field Values
-
SINGULAR_ATTRIBUTE
public static final String SINGULAR_ATTRIBUTE
- See Also:
- Constant Field Values
-
COLLECTION_ATTRIBUTE
public static final String COLLECTION_ATTRIBUTE
- See Also:
- Constant Field Values
-
SET_ATTRIBUTE
public static final String SET_ATTRIBUTE
- See Also:
- Constant Field Values
-
LIST_ATTRIBUTE
public static final String LIST_ATTRIBUTE
- See Also:
- Constant Field Values
-
MAP_ATTRIBUTE
public static final String MAP_ATTRIBUTE
- See Also:
- Constant Field Values
-
COLLECTION
public static final String COLLECTION
-
LIST
public static final String LIST
-
MAP
public static final String MAP
-
SET
public static final String SET
-
-