Spring Data Commons

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

Packages that use PreferredConstructor
org.springframework.data.mapping Base package for the mapping subsystem. 
org.springframework.data.mapping.model Core implementation of the mapping subsystem's model. 
 

Uses of PreferredConstructor in org.springframework.data.mapping
 

Methods in org.springframework.data.mapping that return PreferredConstructor
 PreferredConstructor<T,P> PersistentEntity.getPersistenceConstructor()
          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,P> PreferredConstructorDiscoverer.getConstructor()
          Returns the discovered PreferredConstructor.
 PreferredConstructor<T,P> BasicPersistentEntity.getPersistenceConstructor()
           
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.