Domain object cross-cutting is not needed.
不需要横切领域对象。
Secflags - Secflags is a domain object attribute.
Secflag:是一个域对象属性。
User's domains are evaluated while accessing a domain object.
在访问一个域对象时会对用户的域进行评估。
In Listing 4, I've added two new methods to the User domain object.
在清单4中,我添加了两个新方法到user域对象。
Load the domain and domain object database into the kernel with the setkst command.
用setkst命令将域和域对象数据库加载到内核。
In Listing 5, I've added an id property of type BigInteger to the Race domain object.
在清单5中,我添加一个类型为BigInteger的id属性到race域对象。
For the LDM transformation you have to tag this domain object as an entity stereotype.
对于ldm转换,您必须将这个域对象标记为实体构造型。
Assign the domain HR to the domain object file (esalary.log) using setsecattr command.
用setsecattr命令将域hr分配给该域对象文件(esalary . log)。
Services are for methods that go beyond simple CRUD operations on a single domain object.
服务是为在单一区域对象上超越简单CRUD操作的方法而准备的。
The domain object class is used when other object classes are not suitable for an object.
当其他对象类都不适合某个对象时,将使用domain对象类。
When a domain object leaves the data access tier, it gets detached from the entity manager.
当域对象离开数据访问层时,它与实体管理器脱离。
Add a named query for each finder method to the hbm.xml mapping file for the domain object.
将每个查找器的命名查询添加到域对象的hbm . xml映射文件。
This interface-to-factory class generates a DbCommand to delete a domain object from the database.
这个工厂接口类产生一个用来删除域对象的DbCommand。
The task of a data binding framework is to get the value stored in the domain object into that model.
数据绑定框架的任务是获取存储在域对象中的值再导入模型中。
Substantial improvements to the high-performance domain object instance security ("ACL") capabilities
对高性能域对象实例安全性(“ACL”)的改进
You should follow a well-defined set of expectations when you create a POJO to represent a domain object.
在创建POJO以表示域对象时,您应当遵循定义好的一组期望。
For example, a spreadsheet application might have a register object; this object would be a domain object.
例如,一个电子表格应用程序可能包含一个注册对象;这个注册对象就是一个域对象。
The return value of a finder is normally a collection of the domain object for which the DAO is responsible.
查找器的返回值通常是DAO负责的域对象集合。
The constraints are defined in the bean (domain object) so the validation logic is close to the domain model.
约束是定义在一个bean(领域对象)中的,因此校验逻辑离领域模型最近。
This makes representing something like a domain object quite simple, but don't let JSON's simpleness fool you.
虽然这使得表示像域对象那样的事情非常简单,但是不要让JSON的简单欺骗您。
Domain object is a container for DomainVersion objects. There can be multiple DomainVersions for a single Domain.
域对象是DomainVersion对象的一个容器,一个域可以有多个DomainVersions。
This naked objects pattern of decorating the domain object (see Resources) is used extensively throughout Grails.
这种使用裸对象修饰域对象的模式(请参阅参考资料)在Grails中应用得非常广泛。
When we create an instance of a domain type to represent a specific piece of data, we create a domain object.
当我们生成一个域类型的实例来表示一个特定的数据片段时,我们便生成了一个域对象。
By default, all properties defined in a domain object (and consequently, Google's low-level Entity API) are indexed.
默认情况下,在域对象上定义的所有属性(如Google低等级的EntityAPI)都将建立索引。
Develop a model of the business process, showing the major milestones in the lifecycle of an important domain object.
开发一个业务流程模型,显示重要域对象的生命周期中的主要里程碑。
This interface specifies the signature for a factory that takes a DataReader type and creates a domain object from it.
这个接口为一个工厂定义了使用datareader类型创建一个域(domain)对象的签名。
It would be perfectly reasonable to subclass GenericDaoHibernateImpl to add query capabilities for each domain object.
让子类GenericDaoHibernate Impl为每个域对象添加查询能力将非常合理。
You've seen all the steps necessary to create and configure a new DAO for any domain object. The three simple steps are.
您已经看到了为任何域对象创建和配置新DAO所必需的全部步骤。
Because the finder methods are specific to each domain object, they are applied to the typed interfaces of the generic DAO.
因为查找器方法是特定于每个域对象的,因此将其应用于泛型DAO的类型化接口。
You'll see some generic interfaces generated by Grails that support CRUD (create, read, update, delete) on my domain object.
您将看到在我的域对象中,Grails生成了一些支持CRUD(创建、读取、更新、删除)的通用接口。
应用推荐