Uses of Enum Class
org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.LobKind
Packages that use CapacityDependentDdlType.LobKind
-
Uses of CapacityDependentDdlType.LobKind in org.hibernate.type.descriptor.sql.internal
Methods in org.hibernate.type.descriptor.sql.internal that return CapacityDependentDdlType.LobKindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CapacityDependentDdlType.LobKind[]CapacityDependentDdlType.LobKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.type.descriptor.sql.internal with parameters of type CapacityDependentDdlType.LobKindModifier and TypeMethodDescriptionCapacityDependentDdlType.builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect) CapacityDependentDdlType.builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeName, Dialect dialect) CapacityDependentDdlType.builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, Dialect dialect)