Uses of Enum Class
jakarta.nosql.Embeddable.EmbeddableType
-
Uses of Embeddable.EmbeddableType in jakarta.nosql
Subclasses with type arguments of type Embeddable.EmbeddableType in jakarta.nosqlModifier and TypeClassDescriptionstatic enumDefines the strategies for how fields of an embeddable class are stored in the database.Methods in jakarta.nosql that return Embeddable.EmbeddableTypeModifier and TypeMethodDescriptionstatic Embeddable.EmbeddableTypeReturns the enum constant of this class with the specified name.static Embeddable.EmbeddableType[]Embeddable.EmbeddableType.values()Returns an array containing the constants of this enum class, in the order they are declared.