Uses of Interface
com.blazebit.domain.impl.runtime.model.DomainTypeImplementor
-
Packages that use DomainTypeImplementor Package Description com.blazebit.domain.impl.boot.model com.blazebit.domain.impl.runtime.model -
-
Uses of DomainTypeImplementor in com.blazebit.domain.impl.boot.model
Methods in com.blazebit.domain.impl.boot.model that return DomainTypeImplementor Modifier and Type Method Description DomainTypeImplementorDomainTypeDefinitionImplementor. getType(MetamodelBuildingContext context)DomainTypeImplementorMetamodelBuildingContext. getType(DomainTypeDefinition typeDefinition)Methods in com.blazebit.domain.impl.boot.model with parameters of type DomainTypeImplementor Modifier and Type Method Description voidMetamodelBuildingContext. addType(DomainTypeDefinition typeDefinition, DomainTypeImplementor domainType) -
Uses of DomainTypeImplementor in com.blazebit.domain.impl.runtime.model
Classes in com.blazebit.domain.impl.runtime.model that implement DomainTypeImplementor Modifier and Type Class Description classAbstractDomainTypeclassBasicDomainTypeImplclassCollectionDomainTypeImplclassEntityDomainTypeImplclassEnumDomainTypeImplMethods in com.blazebit.domain.impl.runtime.model that return DomainTypeImplementor Modifier and Type Method Description DomainTypeImplementorCollectionDomainTypeImpl. getElementType()DomainTypeImplementorAbstractDomainType. getType(MetamodelBuildingContext context)DomainTypeImplementorDomainFunctionArgumentImpl. getType()
-