Uses of Class
com.alpha.mongodb.entitymanager.ManagedMongoTemplate
-
Packages that use ManagedMongoTemplate Package Description com.alpha.mongodb.entitymanager -
-
Uses of ManagedMongoTemplate in com.alpha.mongodb.entitymanager
Methods in com.alpha.mongodb.entitymanager with parameters of type ManagedMongoTemplate Modifier and Type Method Description static <T> T
ManagedEntityEnhancer. enhance(T entity, ManagedMongoTemplate mongoTemplate)
Static implementation that enhances an existingManageable
entity by providing a proxy implementation for all the manageable methodsstatic <T> T
ManagedEntityEnhancer. enhance(T entity, ManagedMongoTemplate mongoTemplate, String collectionName)
Static implementation that enhances an existingManageable
entity by providing a proxy implementation for all the manageable methodsConstructors in com.alpha.mongodb.entitymanager with parameters of type ManagedMongoTemplate Constructor Description ManagedEntityEnhancer(ManagedMongoTemplate mongoTemplate)
-