Uses of Class
de.caluga.morphium.MorphiumStorageListener.UpdateTypes
-
Packages that use MorphiumStorageListener.UpdateTypes Package Description de.caluga.morphium de.caluga.morphium.writer -
-
Uses of MorphiumStorageListener.UpdateTypes in de.caluga.morphium
Methods in de.caluga.morphium that return MorphiumStorageListener.UpdateTypes Modifier and Type Method Description static MorphiumStorageListener.UpdateTypesMorphiumStorageListener.UpdateTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static MorphiumStorageListener.UpdateTypes[]MorphiumStorageListener.UpdateTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium with parameters of type MorphiumStorageListener.UpdateTypes Modifier and Type Method Description voidMorphium. firePostUpdateEvent(Class cls, MorphiumStorageListener.UpdateTypes t)voidMorphium. firePreUpdateEvent(Class cls, MorphiumStorageListener.UpdateTypes t) -
Uses of MorphiumStorageListener.UpdateTypes in de.caluga.morphium.writer
Methods in de.caluga.morphium.writer with parameters of type MorphiumStorageListener.UpdateTypes Modifier and Type Method Description <T> Map<String,Object>BufferedMorphiumWriterImpl. pushPull(MorphiumStorageListener.UpdateTypes type, Query<T> q, String field, Object value, boolean upsert, boolean multiple, AsyncOperationCallback<T> c)<T> Map<String,Object>MorphiumWriter. pushPull(MorphiumStorageListener.UpdateTypes type, Query<T> query, String field, Object value, boolean insertIfNotExist, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriterImpl. pushPull(MorphiumStorageListener.UpdateTypes type, Query<T> query, String field, Object value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>BufferedMorphiumWriterImpl. pushPullAll(MorphiumStorageListener.UpdateTypes type, Query<T> q, String field, List<?> value, boolean upsert, boolean multiple, AsyncOperationCallback<T> c)<T> Map<String,Object>MorphiumWriter. pushPullAll(MorphiumStorageListener.UpdateTypes type, Query<T> query, String field, List<?> value, boolean insertIfNotExist, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriterImpl. pushPullAll(MorphiumStorageListener.UpdateTypes type, Query<T> query, String f, List<?> v, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)
-