Skip navigation links
  • Module
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.seasar.doma.internal.jdbc.command.EntityProvider.createIndexMap(ResultSetMetaData, EntityType<ENTITY>)
    org.seasar.doma.internal.jdbc.command.EntityProvider.throwResultMappingException(Set<EntityPropertyType<ENTITY, ?>>)
    org.seasar.doma.internal.jdbc.dao.DaoImplSupport(Config, Connection)
    org.seasar.doma.internal.jdbc.dao.DaoImplSupport(Config, DataSource)
    org.seasar.doma.internal.jdbc.sql.SqlParser.containsOnlyWhitespaces(SqlNode)
    org.seasar.doma.internal.jdbc.sql.SqlParser.isAfterOrderByClauseNode()
    org.seasar.doma.jdbc.command.SelectCommand.close(Supplier<RESULT>, Runnable)
    Use SelectCommand.defer(Supplier, Runnable) instead.
    org.seasar.doma.jdbc.criteria.command.FetchSupport
    org.seasar.doma.jdbc.criteria.Entityql
    Use QueryDsl instead.
    org.seasar.doma.jdbc.criteria.NativeSql
    Use QueryDsl instead.
    org.seasar.doma.jdbc.query.AbstractSelectQuery.buildSql(BiFunction<ExpressionEvaluator, Function<ExpandNode, List<String>>, PreparedSql>)
    This method is scheduled for removal in a future version
    org.seasar.doma.jdbc.UnknownColumnHandler.handle(Query, EntityType<?>, String)
    This method has been deprecated in favor of UnknownColumnHandler.handle(Query, EntityType, String, Supplier) which provides additional context information about the unknown column. Will be removed in a future version.
  • Deprecated Interfaces
    Interface
    Description
    org.seasar.doma.jdbc.id.IdProvider
  • Deprecated Classes
    Class
    Description
    org.seasar.doma.internal.jdbc.sql.ClassicSqlTokenizer
    Use the optimized SqlTokenizer instead.
    org.seasar.doma.internal.util.ClassicSqlTokenUtil
    Use the optimized SqlTokenUtil instead.
    org.seasar.doma.jdbc.criteria.command.FetchSupport
    org.seasar.doma.jdbc.criteria.Entityql
    Use QueryDsl instead.
    org.seasar.doma.jdbc.criteria.NativeSql
    Use QueryDsl instead.
    org.seasar.doma.jdbc.id.IdGenerationConfig.UnavailableIdProvider
    org.seasar.doma.jdbc.id.ReservedIdProvider
  • Deprecated Methods
    Method
    Description
    org.seasar.doma.internal.jdbc.command.EntityProvider.createColumnNameMap(EntityType<ENTITY>)
    org.seasar.doma.internal.jdbc.command.EntityProvider.createIndexMap(ResultSetMetaData, EntityType<ENTITY>)
    org.seasar.doma.internal.jdbc.command.EntityProvider.throwResultMappingException(Set<EntityPropertyType<ENTITY, ?>>)
    org.seasar.doma.internal.jdbc.sql.SqlParser.containsOnlyWhitespaces(SqlNode)
    org.seasar.doma.internal.jdbc.sql.SqlParser.isAfterOrderByClauseNode()
    org.seasar.doma.jdbc.command.SelectCommand.close(Supplier<RESULT>, Runnable)
    Use SelectCommand.defer(Supplier, Runnable) instead.
    org.seasar.doma.jdbc.dialect.Dialect.getIdentityReservationSql(String, String, String, String, boolean, boolean, int)
    org.seasar.doma.jdbc.dialect.Dialect.supportsIdentityReservation()
    This feature is deprecated and may be removed in a future version
    org.seasar.doma.jdbc.entity.EmbeddableType.getEmbeddablePropertyTypes(String, Class<ENTITY>, NamingType)
    org.seasar.doma.jdbc.entity.EmbeddableType.getEmbeddablePropertyTypes(String, Class<ENTITY>, NamingType, EmbeddedType)
    org.seasar.doma.jdbc.entity.EmbeddableType.newEmbeddable(String, Map<String, Property<ENTITY, ?>>)
    org.seasar.doma.jdbc.entity.GeneratedIdPropertyType.isIncluded(IdGenerationConfig)
    org.seasar.doma.jdbc.id.IdGenerator.includesIdentityColumn(IdGenerationConfig)
    org.seasar.doma.jdbc.query.AbstractSelectQuery.buildSql(BiFunction<ExpressionEvaluator, Function<ExpandNode, List<String>>, PreparedSql>)
    This method is scheduled for removal in a future version
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitArrayWrapper(ArrayWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitBigDecimalWrapper(BigDecimalWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitBigIntegerWrapper(BigIntegerWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitBlobWrapper(BlobWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitBooleanWrapper(BooleanWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitBytesWrapper(BytesWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitByteWrapper(ByteWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitClobWrapper(ClobWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitDateWrapper(DateWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitDoubleWrapper(DoubleWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitEnumWrapper(EnumWrapper<E>, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitFloatWrapper(FloatWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitIntegerWrapper(IntegerWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitLocalDateTimeWrapper(LocalDateTimeWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitLocalDateWrapper(LocalDateWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitLocalTimeWrapper(LocalTimeWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitLongWrapper(LongWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitNClobWrapper(NClobWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitObjectWrapper(ObjectWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitPrimitiveBooleanWrapper(PrimitiveBooleanWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitPrimitiveByteWrapper(PrimitiveByteWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitPrimitiveDoubleWrapper(PrimitiveDoubleWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitPrimitiveFloatWrapper(PrimitiveFloatWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitPrimitiveIntWrapper(PrimitiveIntWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitPrimitiveLongWrapper(PrimitiveLongWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitPrimitiveShortWrapper(PrimitiveShortWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitShortWrapper(ShortWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitSQLXMLWrapper(SQLXMLWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitStringWrapper(StringWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitTimestampWrapper(TimestampWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitTimeWrapper(TimeWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.SqlLogFormattingVisitor.visitUtilDateWrapper(UtilDateWrapper, SqlLogFormattingFunction, Void)
    org.seasar.doma.jdbc.UnknownColumnHandler.handle(Query, EntityType<?>, String)
    This method has been deprecated in favor of UnknownColumnHandler.handle(Query, EntityType, String, Supplier) which provides additional context information about the unknown column. Will be removed in a future version.
  • Deprecated Constructors
    Constructor
    Description
    org.seasar.doma.internal.jdbc.dao.DaoImplSupport(Config, Connection)
    org.seasar.doma.internal.jdbc.dao.DaoImplSupport(Config, DataSource)
    org.seasar.doma.jdbc.criteria.query.AliasManager(Context)
    org.seasar.doma.jdbc.criteria.query.AliasManager(Context, AliasManager)
    org.seasar.doma.jdbc.id.IdGenerationConfig(Config, EntityType<?>, IdProvider)