Uses of Interface
cz.cvut.kbss.jopa.model.metamodel.MapAttribute
Packages that use MapAttribute
-
Uses of MapAttribute in cz.cvut.kbss.jopa.model.metamodel
Methods in cz.cvut.kbss.jopa.model.metamodel that return MapAttributeModifier and TypeMethodDescriptionMapAttribute<X,
?, ?> AbstractIdentifiableType.getDeclaredMap
(String name) <K,
V> MapAttribute<X, K, V> AbstractIdentifiableType.getDeclaredMap
(String name, Class<K> keyType, Class<V> valueType) MapAttribute<X,
?, ?> ManagedType.getDeclaredMap
(String name) Return the Map-valued attribute declared by the managed type that corresponds to the specified name.<K,
V> MapAttribute<X, K, V> ManagedType.getDeclaredMap
(String name, Class<K> keyType, Class<V> valueType) Return the Map-valued attribute declared by the managed type that corresponds to the specified name and Java key and value types.MapAttribute<? super X,
?, ?> <K,
V> MapAttribute<? super X, K, V> MapAttribute<? super X,
?, ?> Return the Map-valued attribute of the managed type that corresponds to the specified name.<K,
V> MapAttribute<? super X, K, V> Return the Map-valued attribute of the managed type that corresponds to the specified name and Java key and value types.