站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

CollectionProperties (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.hql
Class CollectionProperties

java.lang.Object
  extended byorg.hibernate.hql.CollectionProperties

public final class CollectionProperties
extends 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HQL_COLLECTION_PROPERTIES

public static final Map HQL_COLLECTION_PROPERTIES
Method Detail

isCollectionProperty

public static boolean isCollectionProperty(String name)

getNormalizedPropertyName

public static String getNormalizedPropertyName(String name)

isAnyCollectionProperty

public static boolean isAnyCollectionProperty(String name)