Uses of Class
org.springframework.data.relational.RelationalManagedTypes
Packages that use RelationalManagedTypes
-
Uses of RelationalManagedTypes in org.springframework.data.relational
Methods in org.springframework.data.relational that return RelationalManagedTypesModifier and TypeMethodDescriptionstatic RelationalManagedTypesRelationalManagedTypes.empty()Factory method to return an emptyRelationalManagedTypesobject.static RelationalManagedTypesFactory method used to constructRelationalManagedTypesfrom the given array oftypes.static RelationalManagedTypesRelationalManagedTypes.from(ManagedTypes managedTypes) Wraps an existingManagedTypesobject withRelationalManagedTypes.static RelationalManagedTypesRelationalManagedTypes.fromIterable(Iterable<? extends Class<?>> types)