Class AbstractDomainType
- java.lang.Object
-
- com.blazebit.domain.impl.runtime.model.AbstractMetadataHolder
-
- com.blazebit.domain.impl.runtime.model.AbstractDomainType
-
- All Implemented Interfaces:
DomainTypeDefinition,MetadataDefinitionHolder,DomainTypeDefinitionImplementor,DomainTypeImplementor,DomainType,MetadataHolder,Serializable
- Direct Known Subclasses:
BasicDomainTypeImpl,CollectionDomainTypeImpl,EntityDomainTypeImpl,EnumDomainTypeImpl
public abstract class AbstractDomainType extends AbstractMetadataHolder implements DomainTypeImplementor
- Since:
- 1.0.0
- Author:
- Christian Beikov
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.blazebit.domain.runtime.model.DomainType
DomainType.DomainTypeKind
-
-
Constructor Summary
Constructors Constructor Description AbstractDomainType(DomainTypeDefinition typeDefinition, MetamodelBuildingContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindTypes(DomainBuilderImpl domainBuilder, MetamodelBuildingContext context)Set<DomainOperator>getEnabledOperators()Set<DomainPredicate>getEnabledPredicates()Class<?>getJavaType()StringgetName()DomainTypeImplementorgetType(MetamodelBuildingContext context)StringtoString()-
Methods inherited from class com.blazebit.domain.impl.runtime.model.AbstractMetadataHolder
getMetadataDefinitions
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.blazebit.domain.runtime.model.DomainType
getKind
-
Methods inherited from interface com.blazebit.domain.boot.model.MetadataDefinitionHolder
getMetadataDefinitions
-
Methods inherited from interface com.blazebit.domain.runtime.model.MetadataHolder
getMetadata, getMetadata
-
-
-
-
Constructor Detail
-
AbstractDomainType
public AbstractDomainType(DomainTypeDefinition typeDefinition, MetamodelBuildingContext context)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceDomainType- Specified by:
getNamein interfaceDomainTypeDefinition
-
getJavaType
public Class<?> getJavaType()
- Specified by:
getJavaTypein interfaceDomainType- Specified by:
getJavaTypein interfaceDomainTypeDefinition
-
getEnabledOperators
public Set<DomainOperator> getEnabledOperators()
- Specified by:
getEnabledOperatorsin interfaceDomainType
-
getEnabledPredicates
public Set<DomainPredicate> getEnabledPredicates()
- Specified by:
getEnabledPredicatesin interfaceDomainType
-
bindTypes
public void bindTypes(DomainBuilderImpl domainBuilder, MetamodelBuildingContext context)
- Specified by:
bindTypesin interfaceDomainTypeDefinitionImplementor
-
getType
public DomainTypeImplementor getType(MetamodelBuildingContext context)
- Specified by:
getTypein interfaceDomainTypeDefinitionImplementor
-
-