Veraltete API
Inhalt
-
Veraltete Klassen
-
Veraltete AnnotationsschnittstellenAnnotationsschnittstelleBeschreibungThis annotation is deprecated. The default behavior has been changed to accept null values from the database (which is the expected behavior for most ORMs). If you need to protect specific fields from null contamination, use
IgnoreNullFromDBinstead.Migration Guide:
- Old behavior: Fields WITHOUT @UseIfNull ignored nulls from DB; fields WITH @UseIfNull accepted them
- New behavior: Fields accept nulls by default; use @IgnoreNullFromDB to protect from nulls
How to migrate:
- Remove @UseIfNull from fields that should accept nulls (this is now the default)
- Add @IgnoreNullFromDB to fields that previously did NOT have @UseIfNull and you want to keep the protection
-
Veraltete MethodenMethodeBeschreibung- for read access use
QueryinsteadThere is a newer implementation. Please usesetInEntity()instead.There is a newer implementation. Please useMorphium.setInEntity(Object, String, Map, boolean, AsyncOperationCallback)instead.use {MorphiumMorphium.unsetInEntity(Object, String, String, AsyncOperationCallback)instead.There is a newer implementation. Please useQuery.set(Map, boolean, boolean, AsyncOperationCallback)instead.There is a newer implementation. Please useQuery.set(Enum, Object, boolean, boolean, AsyncOperationCallback)instead.There is a newer implementation. Please useQuery.set(String, Object, boolean, boolean, AsyncOperationCallback)instead.There is a newer implementation. Please useQuery.set(String, Object, boolean, boolean, AsyncOperationCallback)instead.There is a newer implementation. Please useQuery.set(String, Object, boolean, boolean, AsyncOperationCallback)instead.There is a newer implementation. Please useQuery.set(String, Object, boolean, boolean, AsyncOperationCallback)instead.There is a newer implementation. Please useQuery.set(String, Object, boolean, boolean, AsyncOperationCallback)instead.There is a newer implementation. Please useQuery.unset(boolean, Enum[])instead.There is a newer implementation. Please useQuery.unset(boolean, String[])instead.There is a newer implementation. Please useQuery.unset(Enum[])instead.There is a newer implementation. Please useQuery.unset(String[])instead.
-
Veraltete KonstruktorenKonstruktorBeschreibung
-
Veraltete Enum-Konstanten