Internal Website Search

191-200 of 200 resultsRefresh

joinCollection(attributeName, jt)

="description"> Create a join to the specified Collection-valued attribute using the given join ... > attributeName - name of the attribute for the target of the join - if attribute of the given name does not exist

joinCollection(attributeName)

"> Create an inner join to the specified Collection-valued attribute. attribute for the target of the join - if attribute of the given name does not exist

getList(name)

"> Return the List-valued attribute of the managed type that corresponds to the specified name. - the name of the represented attribute IllegalArgumentException - if attribute of the given name is not present in the managed type

getDeclaredSet(name)

"> Return the Set-valued attribute declared by the managed type that corresponds to the specified ... > name - the name of the represented attribute IllegalArgumentException - if attribute of the given name is not declared in

getSet(name)

the Set-valued attribute of the managed type that corresponds to the specified name. - the name of the represented attribute - if attribute of the given name is not present in the managed type

getMap(name)

"> Return the Map-valued attribute of the managed type that corresponds to the specified name. - the name of the represented attribute IllegalArgumentException - if attribute of the given name is not present in the managed type

getDeclaredCollection(name)

class="description"> Return the Collection-valued attribute declared by the managed type ... : name - the name of the represented attribute Throws: IllegalArgumentException - if attribute

getDeclaredMap(name)

"> Return the Map-valued attribute declared by the managed type that corresponds to the specified ... > name - the name of the represented attribute IllegalArgumentException - if attribute of the given name is not declared in

getDeclaredList(name)

"> Return the List-valued attribute declared by the managed type that corresponds to the specified ... > name - the name of the represented attribute IllegalArgumentException - if attribute of the given name is not declared in

getCollection(name)

="description"> Return the Collection-valued attribute of the managed type that corresponds ... > name - the name of the represented attribute IllegalArgumentException - if attribute of the given name is not present in