Class CollectionPropertyNames
- java.lang.Object
-
- org.hibernate.persister.collection.CollectionPropertyNames
-
public final class CollectionPropertyNames extends Object
The names of all the collection properties.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLLECTION_ELEMENTSstatic StringCOLLECTION_INDEXstatic StringCOLLECTION_INDICESstatic StringCOLLECTION_MAX_ELEMENTstatic StringCOLLECTION_MAX_INDEXstatic StringCOLLECTION_MIN_ELEMENTstatic StringCOLLECTION_MIN_INDEXstatic StringCOLLECTION_SIZE
-
-
-
Field Detail
-
COLLECTION_SIZE
public static final String COLLECTION_SIZE
- See Also:
- Constant Field Values
-
COLLECTION_ELEMENTS
public static final String COLLECTION_ELEMENTS
- See Also:
- Constant Field Values
-
COLLECTION_INDICES
public static final String COLLECTION_INDICES
- See Also:
- Constant Field Values
-
COLLECTION_MAX_INDEX
public static final String COLLECTION_MAX_INDEX
- See Also:
- Constant Field Values
-
COLLECTION_MIN_INDEX
public static final String COLLECTION_MIN_INDEX
- See Also:
- Constant Field Values
-
COLLECTION_MAX_ELEMENT
public static final String COLLECTION_MAX_ELEMENT
- See Also:
- Constant Field Values
-
COLLECTION_MIN_ELEMENT
public static final String COLLECTION_MIN_ELEMENT
- See Also:
- Constant Field Values
-
COLLECTION_INDEX
public static final String COLLECTION_INDEX
- See Also:
- Constant Field Values
-
-