类 MapKeyHelpers
- java.lang.Object
-
- org.hibernate.query.criteria.internal.path.MapKeyHelpers
-
public class MapKeyHelpers extends Object
MapJoin.key()poses a number of implementation difficulties in terms of the type signatures amongst thePath,JoinandAttribute. The implementations found here provide that bridge.- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMapKeyHelpers.MapKeyAttribute<K>Defines anAttributemodelling of a map-key.static classMapKeyHelpers.MapKeyPath<K>Models a path to a map key.static classMapKeyHelpers.MapKeySource<K,V>Defines a path for the map which can then be used to represent the source of the map key "attribute".
-