类的使用
org.hibernate.criterion.NaturalIdentifier
-
使用NaturalIdentifier的程序包 程序包 说明 org.hibernate.criterion A framework for defining restriction criteria and order criteria. -
-
org.hibernate.criterion中NaturalIdentifier的使用
返回NaturalIdentifier的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 static NaturalIdentifierRestrictions. naturalId()Consider using any of the natural id based loading stuff from session instead, especially in cases where the restriction is the full set of natural id values.NaturalIdentifierNaturalIdentifier. set(String property, Object value)Set a natural identifier value for this expression
-