Uses of Class
org.hibernate.mapping.UserDefinedArrayType
-
Packages that use UserDefinedArrayType Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of UserDefinedArrayType in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return UserDefinedArrayType Modifier and Type Method Description UserDefinedArrayTypeNamespace. createUserDefinedArrayType(Identifier logicalTypeName, Function<Identifier,UserDefinedArrayType> creator)Creates a mapping UDT instance.UserDefinedArrayTypeNamespace. locateUserDefinedArrayType(Identifier logicalTypeName)Returns the array UDT with the specified logical UDT name.Method parameters in org.hibernate.boot.model.relational with type arguments of type UserDefinedArrayType Modifier and Type Method Description UserDefinedArrayTypeNamespace. createUserDefinedArrayType(Identifier logicalTypeName, Function<Identifier,UserDefinedArrayType> creator)Creates a mapping UDT instance. -
Uses of UserDefinedArrayType in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type UserDefinedArrayType Modifier and Type Method Description String[]OracleUserDefinedTypeExporter. getSqlCreateStrings(UserDefinedArrayType userDefinedType, Metadata metadata, SqlStringGenerationContext context)String[]OracleUserDefinedTypeExporter. getSqlDropStrings(UserDefinedArrayType userDefinedType, Metadata metadata, SqlStringGenerationContext context)
-