Spring Data Commons

Uses of Class
org.springframework.data.mapping.PropertyPath

Packages that use PropertyPath
org.springframework.data.mapping Base package for the mapping subsystem. 
org.springframework.data.mapping.context Mapping context API and implementation base classes. 
org.springframework.data.repository.query.parser Support classes for parsing queries from method names. 
 

Uses of PropertyPath in org.springframework.data.mapping
 

Methods in org.springframework.data.mapping that return PropertyPath
static PropertyPath PropertyPath.from(String source, Class<?> type)
          Extracts the PropertyPath chain from the given source String and type.
static PropertyPath PropertyPath.from(String source, TypeInformation<?> type)
          Extracts the PropertyPath chain from the given source String and TypeInformation.
 PropertyPath PropertyReferenceException.getBaseProperty()
          Returns the PropertyPath which could be resolved so far.
 PropertyPath PropertyPath.getLeafProperty()
          Returns the leaf property of the PropertyPath.
 PropertyPath PropertyPath.next()
          Returns the next nested PropertyPath.
 

Methods in org.springframework.data.mapping that return types with arguments of type PropertyPath
 Iterator<PropertyPath> PropertyPath.iterator()
           
 

Constructors in org.springframework.data.mapping with parameters of type PropertyPath
PropertyReferenceException(String propertyName, TypeInformation<?> type, PropertyPath base)
          Creates a new PropertyReferenceException.
 

Uses of PropertyPath in org.springframework.data.mapping.context
 

Methods in org.springframework.data.mapping.context with parameters of type PropertyPath
 PersistentPropertyPath<P> MappingContext.getPersistentPropertyPath(PropertyPath propertyPath)
          Returns all PersistentPropertys for the given path expression based on the given PropertyPath.
 PersistentPropertyPath<P> AbstractMappingContext.getPersistentPropertyPath(PropertyPath propertyPath)
           
 

Uses of PropertyPath in org.springframework.data.repository.query.parser
 

Methods in org.springframework.data.repository.query.parser that return PropertyPath
 PropertyPath Part.getProperty()
           
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.