org.hibernate.persister.collection

Class CollectionPropertyNames


public class CollectionPropertyNames
extends java.lang.Object

The names of all the collection properties.
Author:
josh

Field Summary

static String
COLLECTION_ELEMENTS
static String
COLLECTION_INDEX
static String
COLLECTION_INDICES
static String
COLLECTION_MAX_ELEMENT
static String
COLLECTION_MAX_INDEX
static String
COLLECTION_MIN_ELEMENT
static String
COLLECTION_MIN_INDEX
static String
COLLECTION_SIZE

Field Details

COLLECTION_ELEMENTS

public static final String COLLECTION_ELEMENTS

COLLECTION_INDEX

public static final String COLLECTION_INDEX

COLLECTION_INDICES

public static final String COLLECTION_INDICES

COLLECTION_MAX_ELEMENT

public static final String COLLECTION_MAX_ELEMENT

COLLECTION_MAX_INDEX

public static final String COLLECTION_MAX_INDEX

COLLECTION_MIN_ELEMENT

public static final String COLLECTION_MIN_ELEMENT

COLLECTION_MIN_INDEX

public static final String COLLECTION_MIN_INDEX

COLLECTION_SIZE

public static final String COLLECTION_SIZE