Spring Data Commons

Uses of Class
org.springframework.data.mapping.model.PreferredConstructor

Packages that use PreferredConstructor
org.springframework.data.mapping   
org.springframework.data.mapping.model   
 

Uses of PreferredConstructor in org.springframework.data.mapping
 

Fields in org.springframework.data.mapping declared as PreferredConstructor
protected  PreferredConstructor<T> BasicPersistentEntity.preferredConstructor
           
 

Methods in org.springframework.data.mapping that return PreferredConstructor
 PreferredConstructor<T> BasicPersistentEntity.getPreferredConstructor()
           
<T> PreferredConstructor<T>
BasicMappingContext.getPreferredConstructor(Class<T> type)
           
 

Methods in org.springframework.data.mapping with parameters of type PreferredConstructor
 void BasicPersistentEntity.setPreferredConstructor(PreferredConstructor<T> constructor)
           
 

Uses of PreferredConstructor in org.springframework.data.mapping.model
 

Methods in org.springframework.data.mapping.model that return PreferredConstructor
 PreferredConstructor<T> PersistentEntity.getPreferredConstructor()
           
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.