Spring Data Commons

Uses of Class
org.springframework.data.repository.query.parser.Property

Packages that use Property
org.springframework.data.repository.query.parser Support classes for parsing queries from method names. 
 

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

Methods in org.springframework.data.repository.query.parser that return Property
static Property Property.from(String source, Class<?> type)
          Extracts the Property chain from the given source String and type.
 Property Part.getProperty()
           
 Property Property.next()
          Returns the next nested Property.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.