public class CriteriaSearchProperties extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
CriteriaSearchProperties.PropertyType
A private class storing the name and type.
|
Constructor and Description |
---|
CriteriaSearchProperties() |
Modifier and Type | Method and Description |
---|---|
static Collection |
getEmbeddedValues(Class type)
Attempts to get the embedded value list for the given type (or returns null
if one doesn't exist).
|
static Class |
getEmbeddedValueType(Class ownerType,
String name)
Gets the type of the embedded value given the
ownerType
and name |
static Class |
getNavigableAssociationEndType(Class ownerType,
String name)
Gets the type of the navigable association end given the
ownerType
and name |
static Class |
getPropertyType(Class ownerType,
String name)
Gets the type of the property given the
ownerType
and name |
static Class |
getPropertyType(Map properties,
Class ownerType,
String name)
Gets the type of the embedded value given the
ownerType
and name |
public CriteriaSearchProperties()
public static Collection getEmbeddedValues(Class type)
type
- the type of which to retrieve the value.public static Class getNavigableAssociationEndType(Class ownerType, String name)
ownerType
and name
ownerType
- the owner of the association.name
- the name of the association end to find.public static Class getEmbeddedValueType(Class ownerType, String name)
ownerType
and name
ownerType
- the owner of the association.name
- the name of the association end to find.public static Class getPropertyType(Map properties, Class ownerType, String name)
ownerType
and name
properties
- Map contains the Collection of properties given the ownerType ClassownerType
- the owner of the association.name
- the name of the association end to find.public static Class getPropertyType(Class ownerType, String name)
ownerType
and name
ownerType
- the owner of the association.name
- the name of the association end to find.Copyright © 2012–2014 IFREMER. All rights reserved.