Uses of Interface
org.dizitart.no2.common.mapper.NitriteMapper
-
Packages that use NitriteMapper Package Description org.dizitart.no2 org.dizitart.no2.common.mapper org.dizitart.no2.repository -
-
Uses of NitriteMapper in org.dizitart.no2
Methods in org.dizitart.no2 that return NitriteMapper Modifier and Type Method Description NitriteMapperNitriteConfig. nitriteMapper()Returns theNitriteMapperinstance used by Nitrite. -
Uses of NitriteMapper in org.dizitart.no2.common.mapper
Classes in org.dizitart.no2.common.mapper that implement NitriteMapper Modifier and Type Class Description classSimpleNitriteMapperANitriteMapperbased onEntityConverterimplementation.Methods in org.dizitart.no2.common.mapper with parameters of type NitriteMapper Modifier and Type Method Description TEntityConverter. fromDocument(Document document, NitriteMapper nitriteMapper)Converts aDocumentto an entity of typeEntityConverter.DocumentEntityConverter. toDocument(T entity, NitriteMapper nitriteMapper)Converts the entity to aDocument. -
Uses of NitriteMapper in org.dizitart.no2.repository
Methods in org.dizitart.no2.repository with parameters of type NitriteMapper Modifier and Type Method Description FilterEntityId. createUniqueFilter(Object value, NitriteMapper nitriteMapper)Creates a unique filter for the entity id.
-