public final class

CollectionProperties

extends Object
java.lang.Object
   ↳ org.hibernate.hql.CollectionProperties

Class Overview

Provides a map of collection function names to the corresponding property names.

Summary

Fields
public static final Map HQL_COLLECTION_PROPERTIES
Public Methods
static String getNormalizedPropertyName(String name)
static boolean isAnyCollectionProperty(String name)
static boolean isCollectionProperty(String name)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Map HQL_COLLECTION_PROPERTIES

Public Methods

public static String getNormalizedPropertyName (String name)

public static boolean isAnyCollectionProperty (String name)

public static boolean isCollectionProperty (String name)