Spring Data Commons

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

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

Uses of PreferredConstructor in org.springframework.data.mapping
 

Methods in org.springframework.data.mapping that return PreferredConstructor
 PreferredConstructor<T> PersistentEntity.getPreferredConstructor()
          Returns the PreferredConstructor to be used to instantiate objects of this PersistentEntity.
 

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

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


Spring Data Commons

Copyright © 2011. All Rights Reserved.