Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingSearchEntityStep
Packages that use TypeMappingSearchEntityStep
-
Uses of TypeMappingSearchEntityStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return TypeMappingSearchEntityStepModifier and TypeMethodDescriptiondefault TypeMappingSearchEntityStep
TypeMappingSearchEntityStep.loadingBinder
(Object binder) Defines a binder for loading of entities of this type.default TypeMappingSearchEntityStep
TypeMappingSearchEntityStep.loadingBinder
(BeanReference<?> binderRef) Defines a binder for loading of entities of this type.TypeMappingSearchEntityStep.loadingBinder
(BeanReference<?> binderRef, Map<String, Object> params) Defines a binder for loading of entities of this type.TypeMappingStep.searchEntity()
Marks a type as an entity type.