Interface DomainTypeImplementor
-
- All Superinterfaces:
DomainType,DomainTypeDefinition,DomainTypeDefinitionImplementor,MetadataDefinitionHolder,MetadataHolder
- All Known Implementing Classes:
AbstractDomainType,BasicDomainTypeImpl,CollectionDomainTypeImpl,EntityDomainTypeImpl,EnumDomainTypeImpl
public interface DomainTypeImplementor extends DomainType, DomainTypeDefinitionImplementor
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.blazebit.domain.runtime.model.DomainType
DomainType.DomainTypeKind
-
-
Method Summary
-
Methods inherited from interface com.blazebit.domain.runtime.model.DomainType
getEnabledOperators, getEnabledPredicates, getJavaType, getKind, getName
-
Methods inherited from interface com.blazebit.domain.boot.model.DomainTypeDefinition
getJavaType, getName
-
Methods inherited from interface com.blazebit.domain.impl.boot.model.DomainTypeDefinitionImplementor
bindTypes, getType
-
Methods inherited from interface com.blazebit.domain.boot.model.MetadataDefinitionHolder
getMetadataDefinitions
-
Methods inherited from interface com.blazebit.domain.runtime.model.MetadataHolder
getMetadata, getMetadata
-
-