org.hibernate.hql.internal
Class CollectionProperties
java.lang.Object
org.hibernate.hql.internal.CollectionProperties
public final class CollectionProperties
- extends Object
Provides a map of collection function names to the corresponding property names.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HQL_COLLECTION_PROPERTIES
public static final Map HQL_COLLECTION_PROPERTIES
isCollectionProperty
public static boolean isCollectionProperty(String name)
getNormalizedPropertyName
public static String getNormalizedPropertyName(String name)
isAnyCollectionProperty
public static boolean isAnyCollectionProperty(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.