Class Metadata.MapPropertyPath

java.lang.Object
net.sf.basedb.core.Metadata.MapPropertyPath
All Implemented Interfaces:
Metadata.PropertyPath<Map,​Map>
Enclosing class:
Metadata<C>

static class Metadata.MapPropertyPath
extends Object
implements Metadata.PropertyPath<Map,​Map>
Property path implementation which wraps a map inside an unmodifiable map.
Since:
2.15
  • Field Details

    • hibernateType

      private final Type hibernateType
  • Constructor Details

    • MapPropertyPath

      MapPropertyPath​(Type hibernateType)
  • Method Details