org.hibernate.hql

Class CollectionProperties


public final class CollectionProperties
extends java.lang.Object

Provides a map of collection function names to the corresponding property names.
Author:
josh Aug 16, 2004 7:51:45 PM

Field Summary

static Map
HQL_COLLECTION_PROPERTIES

Method Summary

static String
getNormalizedPropertyName(String name)
static boolean
isAnyCollectionProperty(String name)
static boolean
isCollectionProperty(String name)

Field Details

HQL_COLLECTION_PROPERTIES

public static final Map HQL_COLLECTION_PROPERTIES

Method Details

getNormalizedPropertyName

public static String getNormalizedPropertyName(String name)

isAnyCollectionProperty

public static boolean isAnyCollectionProperty(String name)

isCollectionProperty

public static boolean isCollectionProperty(String name)