Hierarchie für alle Packages
- de.caluga.morphium,
- de.caluga.morphium.aggregation,
- de.caluga.morphium.annotations,
- de.caluga.morphium.annotations.caching,
- de.caluga.morphium.annotations.encryption,
- de.caluga.morphium.annotations.lifecycle,
- de.caluga.morphium.async,
- de.caluga.morphium.bulk,
- de.caluga.morphium.cache,
- de.caluga.morphium.cache.jcache,
- de.caluga.morphium.changestream,
- de.caluga.morphium.config,
- de.caluga.morphium.driver,
- de.caluga.morphium.driver.bson,
- de.caluga.morphium.driver.bulk,
- de.caluga.morphium.driver.commands,
- de.caluga.morphium.driver.commands.auth,
- de.caluga.morphium.driver.commands.result,
- de.caluga.morphium.driver.constants,
- de.caluga.morphium.driver.inmem,
- de.caluga.morphium.driver.mongodb,
- de.caluga.morphium.driver.wire,
- de.caluga.morphium.driver.wireprotocol,
- de.caluga.morphium.encryption,
- de.caluga.morphium.messaging,
- de.caluga.morphium.messaging.jms,
- de.caluga.morphium.objectmapping,
- de.caluga.morphium.query,
- de.caluga.morphium.query.geospatial,
- de.caluga.morphium.replicaset,
- de.caluga.morphium.server,
- de.caluga.morphium.validation,
- de.caluga.morphium.writer
Klassenhierarchie
- java.lang.Object
- de.caluga.morphium.cache.AbstractCacheSynchronizer<T>
- de.caluga.morphium.cache.MessagingCacheSynchronizer (implements de.caluga.morphium.messaging.MessageListener<T>, de.caluga.morphium.MorphiumStorageListener<T>)
- de.caluga.morphium.cache.WatchingCacheSynchronizer (implements de.caluga.morphium.changestream.ChangeStreamListener)
- java.util.AbstractMap<K,
V> (implements java.util.Map<K, V>) - java.util.HashMap<K,
V> (implements java.lang.Cloneable, java.util.Map<K, V>, java.io.Serializable) - java.util.LinkedHashMap<K,
V> (implements java.util.SequencedMap<K, V>) - de.caluga.morphium.Statistics
- java.util.LinkedHashMap<K,
- java.util.HashMap<K,
- de.caluga.morphium.encryption.AESEncryptionProvider (implements de.caluga.morphium.encryption.ValueEncryptionProvider)
- de.caluga.morphium.aggregation.AggregationIterator<T,
R> (implements de.caluga.morphium.aggregation.MorphiumAggregationIterator<T, R>) - de.caluga.morphium.aggregation.AggregatorImpl<T,
R> (implements de.caluga.morphium.aggregation.Aggregator<T, R>) - de.caluga.morphium.AnnotationAndReflectionHelper
- de.caluga.morphium.async.AsyncCallbackAdapter<T> (implements de.caluga.morphium.async.AsyncOperationCallback<T>)
- de.caluga.morphium.objectmapping.AtomicBooleanMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.objectmapping.AtomicIntegerMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.objectmapping.AtomicLongMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.objectmapping.BigDecimalMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.objectmapping.BigIntegerTypeMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.BinarySerializedObject
- de.caluga.morphium.driver.bson.BsonDecoder
- de.caluga.morphium.driver.bson.BsonEncoder
- de.caluga.morphium.objectmapping.BsonGeoMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.writer.BufferedMorphiumWriterImpl (implements de.caluga.morphium.writer.MorphiumWriter, de.caluga.morphium.ShutdownListener)
- de.caluga.morphium.driver.bulk.BulkRequest
- de.caluga.morphium.driver.bulk.DeleteBulkRequest
- de.caluga.morphium.driver.bulk.InsertBulkRequest
- de.caluga.morphium.driver.bulk.UpdateBulkRequest
- de.caluga.morphium.driver.bulk.BulkRequestContext
- de.caluga.morphium.driver.wire.BulkContext
- de.caluga.morphium.objectmapping.ByteMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.cache.jcache.CacheEntry<T>
- de.caluga.morphium.cache.jcache.CacheImpl<K,
CE> (implements javax.cache.Cache<K, V>) - de.caluga.morphium.cache.jcache.CacheManagerImpl (implements javax.cache.CacheManager)
- de.caluga.morphium.cache.jcache.CachingProviderImpl (implements javax.cache.spi.CachingProvider)
- de.caluga.morphium.changestream.ChangeStreamEvent
- de.caluga.morphium.changestream.ChangeStreamMonitor (implements java.lang.Runnable, de.caluga.morphium.ShutdownListener)
- de.caluga.morphium.objectmapping.CharacterMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.Collation
- de.caluga.morphium.CollectionInfo
- de.caluga.morphium.replicaset.ConfNode
- de.caluga.morphium.messaging.jms.Consumer (implements javax.jms.JMSConsumer, de.caluga.morphium.messaging.MessageListener<T>)
- de.caluga.morphium.messaging.jms.Context (implements javax.jms.JMSContext)
- de.caluga.morphium.driver.commands.auth.CreateRoleAdminCommand.Privilege
- de.caluga.morphium.driver.commands.auth.CreateRoleAdminCommand.Resource
- de.caluga.morphium.DAO<T>
- de.caluga.morphium.encryption.DefaultEncryptionKeyProvider (implements de.caluga.morphium.encryption.EncryptionKeyProvider)
- de.caluga.morphium.DefaultNameProvider (implements de.caluga.morphium.NameProvider)
- de.caluga.morphium.driver.wire.DriverBase (implements de.caluga.morphium.driver.MorphiumDriver)
- de.caluga.morphium.driver.wire.PooledDriver
- de.caluga.morphium.driver.wire.SingleMongoConnectDriver
- java.util.EventObject (implements java.io.Serializable)
- javax.cache.event.CacheEntryEvent<K,
V> (implements javax.cache.Cache.Entry<K, V>) - de.caluga.morphium.cache.jcache.CacheImpl.CEvent
- javax.cache.event.CacheEntryEvent<K,
- de.caluga.morphium.aggregation.Expr
- de.caluga.morphium.aggregation.Expr.ValueExpr
- de.caluga.morphium.query.FieldNames
- de.caluga.morphium.FilterExpression
- de.caluga.morphium.query.geospatial.Geo<T>
- de.caluga.morphium.query.geospatial.LineString
- de.caluga.morphium.query.geospatial.MultiLineString
- de.caluga.morphium.query.geospatial.MultiPoint
- de.caluga.morphium.query.geospatial.MultiPolygon
- de.caluga.morphium.query.geospatial.Point
- de.caluga.morphium.query.geospatial.Polygon
- de.caluga.morphium.aggregation.Group<T,
R> - de.caluga.morphium.driver.wire.HelloResult
- de.caluga.morphium.cache.jcache.HouseKeepingHelper
- de.caluga.morphium.IndexDescription
- de.caluga.morphium.driver.inmem.InMemAggregator<T,
R> (implements de.caluga.morphium.aggregation.Aggregator<T, R>) - de.caluga.morphium.driver.inmem.InMemDumpContainer
- de.caluga.morphium.driver.inmem.InMemoryDriver (implements de.caluga.morphium.driver.wire.MongoConnection, de.caluga.morphium.driver.MorphiumDriver)
- de.caluga.morphium.driver.inmem.InMemoryDriver.MapReduceEmitter
- de.caluga.morphium.driver.inmem.InMemTransactionContext (implements de.caluga.morphium.driver.MorphiumTransactionContext)
- de.caluga.morphium.objectmapping.InstantMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.messaging.jms.JMSConnection (implements javax.jms.Connection)
- de.caluga.morphium.messaging.jms.JMSConnectionConsumer (implements javax.jms.ConnectionConsumer)
- de.caluga.morphium.messaging.jms.JMSConnectionFactory (implements javax.jms.ConnectionFactory)
- de.caluga.morphium.messaging.jms.JMSDestination (implements javax.jms.Destination)
- de.caluga.morphium.messaging.jms.JMSSession (implements javax.jms.Session)
- de.caluga.morphium.LazyDeReferencingProxy<T> (implements org.springframework.cglib.proxy.MethodInterceptor, java.io.Serializable)
- de.caluga.morphium.objectmapping.LocalDateMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.objectmapping.LocalDateTimeMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.objectmapping.LocalTimeMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.driver.mongodb.Maximums
- de.caluga.morphium.cache.MessagingCacheSyncAdapter (implements de.caluga.morphium.cache.MessagingCacheSyncListener)
- de.caluga.morphium.driver.bson.MongoBob
- de.caluga.morphium.driver.commands.MongoCommand<T>
- de.caluga.morphium.driver.commands.AdminMongoCommand<T> (implements de.caluga.morphium.driver.commands.SingleResultCommand)
- de.caluga.morphium.driver.commands.AbortTransactionCommand
- de.caluga.morphium.driver.commands.CommitTransactionCommand
- de.caluga.morphium.driver.commands.auth.CreateRoleAdminCommand
- de.caluga.morphium.driver.commands.auth.CreateUserAdminCommand
- de.caluga.morphium.driver.commands.RenameCollectionCommand
- de.caluga.morphium.driver.commands.ShutdownCommand
- de.caluga.morphium.driver.commands.StepDownCommand
- de.caluga.morphium.driver.commands.CollStatsCommand
- de.caluga.morphium.driver.commands.CountMongoCommand (implements de.caluga.morphium.driver.commands.SingleResultCommand)
- de.caluga.morphium.driver.commands.CreateCommand
- de.caluga.morphium.driver.commands.CurrentOpCommand
- de.caluga.morphium.driver.commands.DbStatsCommand
- de.caluga.morphium.driver.commands.DistinctMongoCommand
- de.caluga.morphium.driver.commands.DropDatabaseMongoCommand (implements de.caluga.morphium.driver.commands.SingleResultCommand)
- de.caluga.morphium.driver.commands.ExplainCommand
- de.caluga.morphium.driver.commands.GenericCommand
- de.caluga.morphium.driver.commands.GetMoreMongoCommand
- de.caluga.morphium.driver.commands.HelloCommand
- de.caluga.morphium.driver.commands.ListDatabasesCommand
- de.caluga.morphium.driver.commands.ListIndexesCommand
- de.caluga.morphium.driver.commands.ReadMongoCommand<T> (implements java.lang.Iterable<T>, de.caluga.morphium.driver.commands.MultiResultCommand)
- de.caluga.morphium.driver.commands.AggregateMongoCommand (implements de.caluga.morphium.driver.commands.MultiResultCommand)
- de.caluga.morphium.driver.commands.FindCommand
- de.caluga.morphium.driver.commands.ListCollectionsCommand
- de.caluga.morphium.driver.commands.MapReduceCommand
- de.caluga.morphium.driver.commands.ReplicastStatusCommand
- de.caluga.morphium.driver.commands.auth.SaslAuthCommand
- de.caluga.morphium.driver.commands.WatchCommand
- de.caluga.morphium.driver.commands.WriteMongoCommand<T>
- de.caluga.morphium.driver.commands.ClearCollectionCommand
- de.caluga.morphium.driver.commands.CreateIndexesCommand
- de.caluga.morphium.driver.commands.DeleteMongoCommand
- de.caluga.morphium.driver.commands.DropMongoCommand
- de.caluga.morphium.driver.commands.FindAndModifyMongoCommand
- de.caluga.morphium.driver.commands.InsertMongoCommand
- de.caluga.morphium.driver.commands.KillCursorsCommand
- de.caluga.morphium.driver.commands.StoreMongoCommand
- de.caluga.morphium.driver.commands.UpdateMongoCommand
- de.caluga.morphium.driver.commands.AdminMongoCommand<T> (implements de.caluga.morphium.driver.commands.SingleResultCommand)
- de.caluga.morphium.driver.wire.MongoConnectionThread
- de.caluga.morphium.encryption.MongoEncryptionKeyProvider
- de.caluga.morphium.query.MongoFieldImpl<T> (implements de.caluga.morphium.query.MongoField<T>)
- de.caluga.morphium.driver.bson.MongoJSScript
- de.caluga.morphium.driver.bson.MongoMaxKey
- de.caluga.morphium.driver.bson.MongoMinKey
- de.caluga.morphium.driver.bson.MongoTimestamp
- de.caluga.morphium.MorphiumBase
- de.caluga.morphium.Morphium (implements java.lang.AutoCloseable)
- de.caluga.morphium.bulk.MorphiumBulkContext<T>
- de.caluga.morphium.cache.MorphiumCacheImpl (implements de.caluga.morphium.cache.MorphiumCache)
- de.caluga.morphium.cache.MorphiumCacheJCacheImpl (implements javax.cache.event.CacheEntryCreatedListener<K,
V>, javax.cache.event.CacheEntryExpiredListener<K, V>, javax.cache.event.CacheEntryRemovedListener<K, V>, javax.cache.event.CacheEntryUpdatedListener<K, V>, de.caluga.morphium.cache.MorphiumCache) - de.caluga.morphium.driver.MorphiumCollection
- de.caluga.morphium.MorphiumConfig
- de.caluga.morphium.driver.MorphiumCursor (implements java.lang.Iterable<T>, java.util.Iterator<E>)
- de.caluga.morphium.driver.MorphiumCursorAdapter
- de.caluga.morphium.driver.SingleBatchCursor
- de.caluga.morphium.driver.SingleElementCursor
- de.caluga.morphium.driver.wire.SingleMongoConnectionCursor
- de.caluga.morphium.driver.MorphiumId (implements java.lang.Comparable<T>, java.io.Serializable)
- de.caluga.morphium.MorphiumReference
- de.caluga.morphium.server.MorphiumServer
- de.caluga.morphium.MorphiumStorageAdapter<T> (implements de.caluga.morphium.MorphiumStorageListener<T>)
- de.caluga.morphium.validation.JavaxValidationStorageListener
- de.caluga.morphium.driver.wire.MorphiumTransactionContextImpl (implements de.caluga.morphium.driver.MorphiumTransactionContext)
- de.caluga.morphium.writer.MorphiumWriterImpl (implements de.caluga.morphium.writer.MorphiumWriter, de.caluga.morphium.ShutdownListener)
- de.caluga.morphium.writer.AsyncWriterImpl
- de.caluga.morphium.writer.MorphiumWriterImpl.WT<T> (implements de.caluga.morphium.writer.WriterTask<T>)
- de.caluga.morphium.messaging.Msg
- de.caluga.morphium.messaging.jms.JMSMessage (implements javax.jms.Message)
- de.caluga.morphium.messaging.jms.JMSBytesMessage (implements javax.jms.BytesMessage)
- de.caluga.morphium.messaging.jms.JMSMapMessage (implements javax.jms.MapMessage)
- de.caluga.morphium.messaging.jms.JMSObjectMessage (implements javax.jms.ObjectMessage)
- de.caluga.morphium.messaging.jms.JMSTextMessage (implements javax.jms.TextMessage)
- de.caluga.morphium.messaging.jms.JMSMessage (implements javax.jms.Message)
- de.caluga.morphium.messaging.MsgLock
- de.caluga.morphium.messaging.MultiCollectionMessaging (implements de.caluga.morphium.messaging.MorphiumMessaging)
- de.caluga.morphium.driver.wire.NetworkCallHelper<T>
- java.lang.Number (implements java.io.Serializable)
- de.caluga.morphium.driver.wire.AtomicDecimal
- java.util.concurrent.atomic.AtomicLong (implements java.io.Serializable)
- de.caluga.morphium.StatisticValue
- de.caluga.morphium.ObjectMapperImpl (implements de.caluga.morphium.objectmapping.MorphiumObjectMapper)
- de.caluga.morphium.messaging.jms.Producer (implements javax.jms.JMSProducer)
- de.caluga.morphium.encryption.PropertyEncryptionKeyProvider (implements de.caluga.morphium.encryption.EncryptionKeyProvider)
- de.caluga.morphium.query.Query<T> (implements java.lang.Cloneable)
- de.caluga.morphium.driver.inmem.QueryHelper
- de.caluga.morphium.query.QueryIterator<T> (implements java.util.Iterator<E>, de.caluga.morphium.query.MorphiumIterator<T>)
- de.caluga.morphium.driver.ReadPreference
- de.caluga.morphium.messaging.RemoveProcessTask (implements java.lang.Runnable)
- de.caluga.morphium.replicaset.ReplicaSetConf
- de.caluga.morphium.replicaset.ReplicaSetNode
- de.caluga.morphium.replicaset.ReplicaSetStatus
- de.caluga.morphium.encryption.RSAEncryptionProvider (implements de.caluga.morphium.encryption.ValueEncryptionProvider)
- de.caluga.morphium.driver.constants.RunCommand
- de.caluga.morphium.driver.commands.result.RunCommandResult<T>
- de.caluga.morphium.driver.commands.result.CursorResult
- de.caluga.morphium.driver.commands.result.ListResult
- de.caluga.morphium.driver.commands.result.SingleElementResult
- de.caluga.morphium.Sequence
- de.caluga.morphium.Sequence.SeqLock
- de.caluga.morphium.SequenceGenerator
- de.caluga.morphium.config.Settings
- de.caluga.morphium.config.AuthSettings
- de.caluga.morphium.config.CacheSettings
- de.caluga.morphium.config.ClusterSettings
- de.caluga.morphium.config.CollectionCheckSettings
- de.caluga.morphium.config.ConnectionSettings
- de.caluga.morphium.config.DriverSettings
- de.caluga.morphium.config.EncryptionSettings
- de.caluga.morphium.config.MessagingSettings
- de.caluga.morphium.config.ObjectMappingSettings
- de.caluga.morphium.config.ThreadPoolSettings
- de.caluga.morphium.config.WriterSettings
- de.caluga.morphium.objectmapping.ShortMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.messaging.SingleCollectionMessaging.ProcessingQueueElement (implements java.lang.Comparable<T>)
- de.caluga.morphium.driver.wire.SingleMongoConnection (implements de.caluga.morphium.driver.wire.MongoConnection)
- de.caluga.morphium.messaging.StatusInfoListener (implements de.caluga.morphium.messaging.MessageListener<T>)
- de.caluga.morphium.messaging.StatusInfoListener.InternalCommand
- java.lang.Thread (implements java.lang.Runnable)
- de.caluga.morphium.cache.CacheHousekeeper (implements de.caluga.morphium.ShutdownListener)
- de.caluga.morphium.messaging.SingleCollectionMessaging (implements de.caluga.morphium.messaging.MorphiumMessaging, de.caluga.morphium.ShutdownListener)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- de.caluga.morphium.cache.CacheSyncVetoException
- de.caluga.morphium.driver.MorphiumDriverException
- de.caluga.morphium.driver.FunctionNotSupportedException
- de.caluga.morphium.driver.MorphiumDriverNetworkException
- java.lang.RuntimeException
- javax.cache.CacheException
- javax.cache.event.CacheEntryListenerException
- de.caluga.morphium.cache.jcache.CacheEventVetoException
- javax.cache.event.CacheEntryListenerException
- de.caluga.morphium.messaging.MessageRejectedException
- de.caluga.morphium.MorphiumAccessVetoException
- de.caluga.morphium.messaging.SingleCollectionMessaging.MessageTimeoutException
- de.caluga.morphium.messaging.SingleCollectionMessaging.SystemShutdownException
- javax.cache.CacheException
- java.lang.Exception
- de.caluga.morphium.ThrowOnError
- de.caluga.morphium.objectmapping.TimestampMapper (implements de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>)
- de.caluga.morphium.Utils
- de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
- de.caluga.morphium.driver.wireprotocol.OpCompressed
- de.caluga.morphium.driver.wireprotocol.OpDelete
- de.caluga.morphium.driver.wireprotocol.OpGetMore
- de.caluga.morphium.driver.wireprotocol.OpInsert
- de.caluga.morphium.driver.wireprotocol.OpKillCursors
- de.caluga.morphium.driver.wireprotocol.OpMsg
- de.caluga.morphium.driver.wireprotocol.OpQuery
- de.caluga.morphium.driver.wireprotocol.OpReply
- de.caluga.morphium.driver.wireprotocol.OpUpdate
- de.caluga.morphium.driver.WriteConcern
- de.caluga.morphium.cache.AbstractCacheSynchronizer<T>
Schnittstellenhierarchie
- de.caluga.morphium.aggregation.Aggregator<T,
R> - de.caluga.morphium.async.AsyncOperationCallback<T>
- java.lang.AutoCloseable
- java.io.Closeable
- de.caluga.morphium.driver.wire.MongoConnection
- de.caluga.morphium.driver.MorphiumDriver
- de.caluga.morphium.messaging.MorphiumMessaging
- java.io.Closeable
- de.caluga.morphium.cache.CacheListener
- de.caluga.morphium.cache.CacheSyncListener
- de.caluga.morphium.cache.MessagingCacheSyncListener
- de.caluga.morphium.cache.WatchingCacheSyncListener
- de.caluga.morphium.changestream.ChangeStreamListener
- de.caluga.morphium.driver.DriverTailableIterationCallback
- de.caluga.morphium.encryption.EncryptionKeyProvider
- java.lang.Iterable<T>
- de.caluga.morphium.query.MorphiumIterator<T> (auch extends java.util.Iterator<E>)
- de.caluga.morphium.aggregation.MorphiumAggregationIterator<T,
R>
- de.caluga.morphium.aggregation.MorphiumAggregationIterator<T,
- de.caluga.morphium.query.MorphiumIterator<T> (auch extends java.util.Iterator<E>)
- java.util.Iterator<E>
- de.caluga.morphium.query.MorphiumIterator<T> (auch extends java.lang.Iterable<T>)
- de.caluga.morphium.aggregation.MorphiumAggregationIterator<T,
R>
- de.caluga.morphium.aggregation.MorphiumAggregationIterator<T,
- de.caluga.morphium.query.MorphiumIterator<T> (auch extends java.lang.Iterable<T>)
- de.caluga.morphium.messaging.MessageListener<T>
- de.caluga.morphium.messaging.MessageRejectedException.RejectionHandler
- de.caluga.morphium.query.MongoField<T>
- de.caluga.morphium.cache.MorphiumCache
- de.caluga.morphium.MorphiumConfigResolver
- de.caluga.morphium.driver.MorphiumDriverOperation<V>
- de.caluga.morphium.objectmapping.MorphiumObjectMapper
- de.caluga.morphium.MorphiumStorageListener<T>
- de.caluga.morphium.driver.MorphiumTransactionContext
- de.caluga.morphium.objectmapping.MorphiumTypeMapper<T>
- de.caluga.morphium.writer.MorphiumWriter
- de.caluga.morphium.driver.commands.MultiResultCommand
- de.caluga.morphium.NameProvider
- de.caluga.morphium.driver.wire.NetworkCallHelper.ErrorCallback
- de.caluga.morphium.replicaset.OplogListener
- de.caluga.morphium.replicaset.ReplicasetStatusListener
- java.lang.Runnable
- de.caluga.morphium.writer.WriterTask<T>
- java.io.Serializable
- de.caluga.morphium.query.Property<T,
R>
- de.caluga.morphium.query.Property<T,
- de.caluga.morphium.ShutdownListener
- de.caluga.morphium.messaging.SingleCollectionMessaging.AsyncMessageCallback
- de.caluga.morphium.driver.commands.SingleResultCommand
- de.caluga.morphium.encryption.ValueEncryptionProvider
Annotationsschnittstellenhierarchie
- de.caluga.morphium.annotations.AdditionalData (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Aliases (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.caching.AsyncWrites (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.caching.Cache (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Capped (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Collation (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.CreationTime (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.DefaultReadPreference (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Driver (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Embedded (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.encryption.Encrypted (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Entity (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Id (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.IgnoreFields (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Index (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.LastAccess (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.LastChange (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.lifecycle.Lifecycle (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.LimitToFields (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Messaging (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.caching.NoCache (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.lifecycle.PostLoad (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.lifecycle.PostRemove (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.lifecycle.PostStore (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.lifecycle.PostUpdate (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.lifecycle.PreRemove (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.lifecycle.PreStore (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.lifecycle.PreUpdate (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Property (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.ReadOnly (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Reference (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.Transient (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.UseIfnull (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.caching.WriteBuffer (implements java.lang.annotation.Annotation)
- de.caluga.morphium.annotations.WriteSafety (implements java.lang.annotation.Annotation)
Enum-Klassenhierarchie
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- de.caluga.morphium.aggregation.Aggregator.BucketGranularity
- de.caluga.morphium.aggregation.Aggregator.GeoNearFields
- de.caluga.morphium.aggregation.Aggregator.MergeActionWhenMatched
- de.caluga.morphium.aggregation.Aggregator.MergeActionWhenNotMatched
- de.caluga.morphium.async.AsyncOperationType
- de.caluga.morphium.annotations.caching.Cache.ClearStrategy
- de.caluga.morphium.annotations.caching.Cache.SyncCacheStrategy
- de.caluga.morphium.Collation.Alternate
- de.caluga.morphium.Collation.CaseFirst
- de.caluga.morphium.Collation.MaxVariable
- de.caluga.morphium.Collation.Strength
- de.caluga.morphium.config.CollectionCheckSettings.CappedCheck
- de.caluga.morphium.config.CollectionCheckSettings.IndexCheck
- de.caluga.morphium.driver.wire.ConnectionType
- de.caluga.morphium.driver.commands.CreateCommand.Granularity
- de.caluga.morphium.annotations.Entity.ReadConcernLevel
- de.caluga.morphium.annotations.Entity.ValidationAction
- de.caluga.morphium.annotations.Entity.ValidationLevel
- de.caluga.morphium.driver.commands.ExplainCommand.ExplainVerbosity
- de.caluga.morphium.query.geospatial.GeoType
- de.caluga.morphium.MongoType
- de.caluga.morphium.MorphiumConfig.CompressionType
- de.caluga.morphium.driver.MorphiumDriver.CompressionType
- de.caluga.morphium.driver.MorphiumDriver.DriverStatsKey
- de.caluga.morphium.MorphiumStorageListener.UpdateTypes
- de.caluga.morphium.messaging.Msg.Fields
- de.caluga.morphium.messaging.MsgLock.Fields
- de.caluga.morphium.query.Query.TextSearchLanguages
- de.caluga.morphium.ReadAccessType
- de.caluga.morphium.annotations.ReadPreferenceLevel
- de.caluga.morphium.driver.ReadPreferenceType
- de.caluga.morphium.driver.constants.RunCommand.Command
- de.caluga.morphium.driver.constants.RunCommand.ErrorCode
- de.caluga.morphium.driver.constants.RunCommand.Response
- de.caluga.morphium.annotations.SafetyLevel
- de.caluga.morphium.Sequence.Fields
- de.caluga.morphium.StatisticKeys
- de.caluga.morphium.messaging.StatusInfoListener.StatusInfoLevel
- de.caluga.morphium.driver.bson.UUIDRepresentation
- de.caluga.morphium.driver.commands.WatchCommand.FullDocumentBeforeChangeEnum
- de.caluga.morphium.driver.commands.WatchCommand.FullDocumentEnum
- de.caluga.morphium.driver.wireprotocol.WireProtocolMessage.OpCode
- de.caluga.morphium.WriteAccessType
- de.caluga.morphium.annotations.caching.WriteBuffer.STRATEGY
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Datensatz-Klassenhierarchie
- java.lang.Object
- java.lang.Record
- de.caluga.morphium.driver.wire.PooledDriver.PingStats
- java.lang.Record