Uses of Interface
org.hibernate.search.mapper.orm.mapping.SearchMapping
-
Packages that use SearchMapping Package Description org.hibernate.search.mapper.orm -
-
Uses of SearchMapping in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm that return SearchMapping Modifier and Type Method Description static SearchMappingSearch. mapping(javax.persistence.EntityManagerFactory entityManagerFactory)Retrieve theSearchMappingfrom a JPAEntityManagerFactory.static SearchMappingSearch. mapping(SessionFactory sessionFactory)Retrieve theSearchMappingfrom a Hibernate ORMSessionFactory.
-