- Sort Score
- Num 10 results
- Language All
- Labels All
Results 691 - 700 of 2,297 for null (1.64 seconds)
-
RepeatableContainers (Spring Framework 7.0.0 API)
instance equals @Contract ("null -> false") public ...container annotation type is not null , it must declare a value attribute...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/annotation/Repe... -
ConditionBean | DBFlute
option) null かどうか (is null) : IsNull - cb.query().setFoo_IsNull()...cb.query().setFoo_IsNull() null か空文字かどうか (is null or empty) : IsNullOrEmpty...dbflute.seasar.org/ja/manual/function/ormapper/conditionbean/index.html -
JdbcTemplate (Spring Framework 7.0.0 API)
object (may be null if the given RowMapper returned null ) Throws:...required type, or null in case of SQL NULL Throws: DataAccessException...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/JdbcTempla... -
update(entity) | DBFlute
上は) null のカラムがあっても、そのカラムが null で更新されることはありません(明示的に null で設定されれば、null...member.setBirthdate( null ); // 明示的に null を設定すれば null で更新される memberBhv...dbflute.seasar.org/ja/manual/function/ormapper/behavior/update/update.html -
selectEntity(cb) (一件検索) | DBFlute
存在しないかもしれなくって、単に中のEntityを取り出すなら (なければnull) // (他のメソッドにnullありのEntity渡す必要があるとき) Member...orElse(null) ; seaLogic .land( member ); // Entityで受け取って、null分岐を中でやっているなら...dbflute.seasar.org/ja/manual/function/ormapper/behavior/select/selectentity.html -
JmsMessagingTemplate (Spring Framework 7.0.0 API)
possibly null if the message could not be...the reply message, possibly null if the message could not be...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jms/core/JmsMessagin... -
(Specify)DerivedReferrer | DBFlute
関連データが無い場合は null となる(coalesce() の検討)。 min() 最小値。関連データが無い場合は null となる(coalesce()...DerivedReferrerOptio が指定できる // => 導出値が null の可能性がある場合のために、coalesce 関数も利用できる...dbflute.seasar.org/ja/manual/function/ormapper/conditionbean/specify/derivedreferrer.html -
JtaTransactionManager (Spring Framework 7.0.0 API)
implementation simply returns null . Returns: the JTA UserTransaction...UserTransaction handle to use, or null if none found Throws: TransactionSystemExc...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/transaction/jta/JtaT... -
ClassWriter (Spring Framework 7.0.0 API)
May be null if the class is not a generic...super class is Object . May be null, but only for the Object class....docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/asm/ClassWriter.html -
ConcurrentTaskExecutor (Spring Framework 7.0.0 ...
the Runnable to execute (never null ) execute @Deprecated ( since...the Runnable to execute (never null ) startTimeout - the time duration...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/concurren...