Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.DefaultBinderDefinitionStep
-
Packages that use DefaultBinderDefinitionStep Package Description org.hibernate.search.mapper.pojo.bridge.mapping org.hibernate.search.mapper.pojo.bridge.mapping.impl -
-
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 interfaceDefaultBinderDefinitionStep<S extends DefaultBinderDefinitionStep<?>>Subinterfaces of DefaultBinderDefinitionStep in org.hibernate.search.mapper.pojo.bridge.mapping Modifier and Type Interface Description interfaceDefaultBridgeDefinitionStep<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. -
Uses of DefaultBinderDefinitionStep in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.impl that return DefaultBinderDefinitionStep Modifier and Type Method Description <T> DefaultBinderDefinitionStep<?>BridgeResolver.Builder. strictSubTypesOf(Class<T> clazz)<T> DefaultBinderDefinitionStep<?>BridgeResolver.Builder. subTypesOf(Class<T> clazz)
-