类的使用
org.hibernate.criterion.ProjectionList
-
使用ProjectionList的程序包 程序包 说明 org.hibernate.criterion A framework for defining restriction criteria and order criteria. -
-
org.hibernate.criterion中ProjectionList的使用
返回ProjectionList的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 ProjectionListProjectionList. add(Projection projection)Add a projection to this list of projectionsProjectionListProjectionList. add(Projection projection, String alias)Adds a projection to this list of projections after wrapping it with an aliasProjectionListProjectionList. create()已过时。an instance factory method does not make sensestatic ProjectionListProjections. projectionList()Create a new projection list.
-