93949596979899
/** * {@inheritDoc} */ @SuppressWarnings({ "unchecked" }) public Expression<Map.Entry<K, V>> entry() { return new MapEntryExpression( criteriaBuilder(), Map.Entry.class, this, getAttribute() ); }
91929394959697
949596979899100