Uses of Class
org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
-
Packages that use DocumentRouteDescriptor Package Description org.hibernate.search.mapper.pojo.route -
-
Uses of DocumentRouteDescriptor in org.hibernate.search.mapper.pojo.route
Methods in org.hibernate.search.mapper.pojo.route that return DocumentRouteDescriptor Modifier and Type Method Description DocumentRouteDescriptorDocumentRoutesDescriptor. currentRoute()static DocumentRouteDescriptorDocumentRouteDescriptor. of(String routingKey)Methods in org.hibernate.search.mapper.pojo.route that return types with arguments of type DocumentRouteDescriptor Modifier and Type Method Description Collection<DocumentRouteDescriptor>DocumentRoutesDescriptor. previousRoutes()Methods in org.hibernate.search.mapper.pojo.route with parameters of type DocumentRouteDescriptor Modifier and Type Method Description static DocumentRoutesDescriptorDocumentRoutesDescriptor. of(DocumentRouteDescriptor currentRoute)static DocumentRoutesDescriptorDocumentRoutesDescriptor. of(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes)Method parameters in org.hibernate.search.mapper.pojo.route with type arguments of type DocumentRouteDescriptor Modifier and Type Method Description static DocumentRoutesDescriptorDocumentRoutesDescriptor. of(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes)Constructors in org.hibernate.search.mapper.pojo.route with parameters of type DocumentRouteDescriptor Constructor Description DocumentRoutesDescriptor(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes)Constructor parameters in org.hibernate.search.mapper.pojo.route with type arguments of type DocumentRouteDescriptor Constructor Description DocumentRoutesDescriptor(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes)
-