Uses of Interface
org.seasar.doma.jdbc.ClassHelper
Packages that use ClassHelper
Package
Description
Internal implementation details for the Doma framework.
Internal implementation details for the Doma framework.
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
Provides the classes that are related to domains.
Provides classes and interfaces for entity mapping and lifecycle management.
-
Uses of ClassHelper in org.seasar.doma.internal
Methods in org.seasar.doma.internal that return ClassHelper -
Uses of ClassHelper in org.seasar.doma.internal.expr
Fields in org.seasar.doma.internal.expr declared as ClassHelperConstructors in org.seasar.doma.internal.expr with parameters of type ClassHelperModifierConstructorDescriptionExpressionEvaluator(Map<String, Value> variableValues, ExpressionFunctions expressionFunctions, ClassHelper classHelper) ExpressionEvaluator(ExpressionFunctions expressionFunctions, ClassHelper classHelper) -
Uses of ClassHelper in org.seasar.doma.internal.jdbc.scalar
Methods in org.seasar.doma.internal.jdbc.scalar with parameters of type ClassHelperModifier and TypeMethodDescriptionScalars.wrap(Object value, Class<?> valueClass, boolean optional, ClassHelper classHelper) Scalars.wrapDomainObject(Object value, Class<DOMAIN> valueClass, boolean optional, ClassHelper classHelper) -
Uses of ClassHelper in org.seasar.doma.jdbc
Fields in org.seasar.doma.jdbc declared as ClassHelperModifier and TypeFieldDescriptionstatic final ClassHelperConfigSupport.defaultClassHelperDefault implementation ofClassHelperfor class loading and instantiation.Methods in org.seasar.doma.jdbc that return ClassHelperModifier and TypeMethodDescriptiondefault ClassHelperConfig.getClassHelper()Returns the class helper.Methods in org.seasar.doma.jdbc with parameters of type ClassHelper -
Uses of ClassHelper in org.seasar.doma.jdbc.domain
Methods in org.seasar.doma.jdbc.domain with parameters of type ClassHelperModifier and TypeMethodDescriptionstatic <BASIC,DOMAIN>
DomainType<BASIC,DOMAIN> DomainTypeFactory.getDomainType(Class<DOMAIN> domainClass, ClassHelper classHelper) Creates the domain description withClassHelper.static <BASIC,DOMAIN>
DomainType<BASIC,DOMAIN> DomainTypeFactory.getExternalDomainType(Class<DOMAIN> domainClass, ClassHelper classHelper) Creates the external domain description withClassHelper. -
Uses of ClassHelper in org.seasar.doma.jdbc.entity
Methods in org.seasar.doma.jdbc.entity with parameters of type ClassHelperModifier and TypeMethodDescriptionstatic <E> EntityType<E>EntityTypeFactory.getEntityType(Class<E> entityClass, ClassHelper classHelper) Creates the entity description.