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.org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of UserDefinedArrayType in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return UserDefinedArrayType Modifier and Type Method Description UserDefinedArrayType
Namespace. createUserDefinedArrayType(Identifier logicalTypeName, Function<Identifier,UserDefinedArrayType> creator)
Creates a mapping UDT instance.UserDefinedArrayType
Namespace. 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 UserDefinedArrayType
Namespace. 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)
-
Uses of UserDefinedArrayType in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type UserDefinedArrayType Modifier and Type Method Description String[]
StandardUserDefinedTypeExporter. getSqlCreateStrings(UserDefinedArrayType userDefinedType, Metadata metadata, SqlStringGenerationContext context)
String[]
StandardUserDefinedTypeExporter. getSqlDropStrings(UserDefinedArrayType userDefinedType, Metadata metadata, SqlStringGenerationContext context)
-