Uses of Class
org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.Builder
-
Packages that use CapacityDependentDdlType.Builder Package Description org.hibernate.type.descriptor.sql.internal Includes several general-purpose implementations ofDdlType
. -
-
Uses of CapacityDependentDdlType.Builder in org.hibernate.type.descriptor.sql.internal
Methods in org.hibernate.type.descriptor.sql.internal that return CapacityDependentDdlType.Builder Modifier and Type Method Description static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, String typeNamePattern, String castTypeName, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, String typeNamePattern, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeName, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, Dialect dialect)
CapacityDependentDdlType.Builder
CapacityDependentDdlType.Builder. withTypeCapacity(long capacity, String typeNamePattern)
-