typesafe

typesafe

 英

  • 网络类型安全;类型安全的;型别安全

例句

The concept of a single generic typesafe DAO had been a topic since the appearance of generics in the Java language.

Java语言出现以来单个类型安全DAO概念已经成为主题

I owe additional credit to Christian for looking at my first attempt at writing a generic typesafe DAO and suggesting improvements.

额外感谢Christian目睹编写泛型类型安全DAO第一尝试提出改进建议

Why would you want a typesafe interface for your data access code?

为什么数据访问代码提供类型安全接口

The Criteria queries are portable and typesafe and are designed to work regardless of the data store used.

Criteria查询移植类型齐全设计无论使用什么数据存储可以运行

In this article, I show you how to avoid repeating DAO code over and over again, while still retaining the benefits of a typesafe interface.

本文展示如何避免再三重复DAO代码保留类型安全接口优点

At this point, I have a generic DAO capable of typesafe CRUD operations.

现在一个能够进行类型安全CRUD操作泛型DAO

The generic DAO pattern (also called Typesafe DAO) is critical to reducing code duplication in the data access tier.

DAO模式称为类型安全DAO对于减少数据访问代码重复非常重要

First of all, a typesafe interface clearly indicates which domain objects have persistent storage available.

首先类型安全接口清楚地指明哪些对象具有可用持久存储

From Typesafe you have Akka that greatly simplifies the distributed processing model to give robust messaging based computing like Erlang.

TypesafeAkka极大地简化分布式处理模型可以使用Erlang那样健壮基于消息计算

You can therefore apply filtering at this level in a typesafe manner.

因此可以类型安全方式级别应用过滤

While the code in Listing 8 is a correct way of using the typesafe PersonDao interface, the implementation of the DAO is not complete.

虽然清单8代码使用类型安全PersonDao接口正确方法DAO实现并不完整

See Resources to learn about other generic typesafe DAO class implementations.

参阅参考资料了解其他型类型安全DAO实现

Declare a typesafe reference to a class method

声明一个方法类型安全引用

Work effectively with typesafe constants in Java 5. 0

Java5.0有效处理常量