Uses of Interface
org.hibernate.models.spi.ArrayTypeDetails
Packages that use ArrayTypeDetails
-
Uses of ArrayTypeDetails in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement ArrayTypeDetailsMethods in org.hibernate.models.internal with parameters of type ArrayTypeDetailsModifier and TypeMethodDescriptionIsResolvedTypeSwitch.caseArrayType(ArrayTypeDetails arrayType, ModelsContext modelsContext) TypeDetailsSwitch.caseArrayType(ArrayTypeDetails arrayType) TypeDetailsSwitchSupport.caseArrayType(ArrayTypeDetails arrayType) -
Uses of ArrayTypeDetails in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return ArrayTypeDetailsModifier and TypeMethodDescriptionstatic ArrayTypeDetailsTypeDetailsHelper.arrayOf(TypeDetails constituentType, ModelsContext modelsContext) Make an array type of the given component typedefault ArrayTypeDetailsArrayTypeDetails.asArrayType()default ArrayTypeDetailsTypeDetails.asArrayType()Cast this TypeDetails as a ArrayTypeDetails, throwing an exception if it cannot be.Methods in org.hibernate.models.spi with parameters of type ArrayTypeDetailsModifier and TypeMethodDescriptionTypeDetailsSwitch.caseArrayType(ArrayTypeDetails arrayType, ModelsContext modelsContext) Handle the case of an array