Uses of Class
com.blazebit.domain.impl.boot.model.EntityDomainTypeAttributeDefinitionImpl
-
Packages that use EntityDomainTypeAttributeDefinitionImpl Package Description com.blazebit.domain.impl.boot.model com.blazebit.domain.impl.runtime.model -
-
Uses of EntityDomainTypeAttributeDefinitionImpl in com.blazebit.domain.impl.boot.model
Methods in com.blazebit.domain.impl.boot.model with parameters of type EntityDomainTypeAttributeDefinitionImpl Modifier and Type Method Description voidEntityDomainTypeDefinitionImpl. addAttribute(EntityDomainTypeAttributeDefinitionImpl attribute) -
Uses of EntityDomainTypeAttributeDefinitionImpl in com.blazebit.domain.impl.runtime.model
Constructors in com.blazebit.domain.impl.runtime.model with parameters of type EntityDomainTypeAttributeDefinitionImpl Constructor Description EntityDomainTypeAttributeImpl(EntityDomainTypeImpl owner, EntityDomainTypeAttributeDefinitionImpl attributeDefinition, MetamodelBuildingContext context)
-