Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.DefaultBinderDefinitionStep
-
Packages that use DefaultBinderDefinitionStep Package Description org.hibernate.search.mapper.pojo.bridge.mapping -
-
Uses of DefaultBinderDefinitionStep in org.hibernate.search.mapper.pojo.bridge.mapping
Classes in org.hibernate.search.mapper.pojo.bridge.mapping with type parameters of type DefaultBinderDefinitionStep Modifier and Type Interface Description interface
DefaultBinderDefinitionStep<S extends DefaultBinderDefinitionStep<?>>
Subinterfaces of DefaultBinderDefinitionStep in org.hibernate.search.mapper.pojo.bridge.mapping Modifier and Type Interface Description interface
DefaultBridgeDefinitionStep<S extends DefaultBridgeDefinitionStep<?,T>,T>
Methods in org.hibernate.search.mapper.pojo.bridge.mapping that return DefaultBinderDefinitionStep Modifier and Type Method Description <T> DefaultBinderDefinitionStep<?>
BridgesConfigurationContext. strictSubTypesOf(Class<T> clazz)
Define default binders for properties of a subtype of the given type.<T> DefaultBinderDefinitionStep<?>
BridgesConfigurationContext. subTypesOf(Class<T> clazz)
Define default binders for properties with the given type or a subtype.
-