Uses of Class
org.apache.cayenne.exp.property.MapProperty
Packages that use MapProperty
-
Uses of MapProperty in org.apache.cayenne.exp.property
Methods in org.apache.cayenne.exp.property that return MapPropertyModifier and TypeMethodDescriptionCreates alias with different name for this propertystatic <K,
V extends Persistent>
MapProperty<K, V> Create to-many relationship mapped on map propertystatic <K,
V extends Persistent>
MapProperty<K, V> PropertyFactory.createMap
(String name, Expression expression, Class<K> keyType, Class<V> entityType) Create to-many relationship mapped on map propertydefault <K,
V extends Persistent>
MapProperty<K, V> RelationshipProperty.dot
(MapProperty<K, V> property) Constructs a new property path by appending the argument to the existing property separated by a dot.MapProperty.enclosing()
MapProperty.outer()
Returns a version of this property that represents an OUTER join.Methods in org.apache.cayenne.exp.property with parameters of type MapPropertyModifier and TypeMethodDescriptiondefault <K,
V extends Persistent>
MapProperty<K, V> RelationshipProperty.dot
(MapProperty<K, V> property) Constructs a new property path by appending the argument to the existing property separated by a dot.