public class

CollectionPropertyNames

extends Object
java.lang.Object
   ↳ org.hibernate.persister.collection.CollectionPropertyNames

Class Overview

The names of all the collection properties.

Summary

Constants
String COLLECTION_ELEMENTS
String COLLECTION_INDEX
String COLLECTION_INDICES
String COLLECTION_MAX_ELEMENT
String COLLECTION_MAX_INDEX
String COLLECTION_MIN_ELEMENT
String COLLECTION_MIN_INDEX
String COLLECTION_SIZE
Public Constructors
CollectionPropertyNames()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String COLLECTION_ELEMENTS

Constant Value: "elements"

public static final String COLLECTION_INDEX

Constant Value: "index"

public static final String COLLECTION_INDICES

Constant Value: "indices"

public static final String COLLECTION_MAX_ELEMENT

Constant Value: "maxElement"

public static final String COLLECTION_MAX_INDEX

Constant Value: "maxIndex"

public static final String COLLECTION_MIN_ELEMENT

Constant Value: "minElement"

public static final String COLLECTION_MIN_INDEX

Constant Value: "minIndex"

public static final String COLLECTION_SIZE

Constant Value: "size"

Public Constructors

public CollectionPropertyNames ()