类的使用
org.hibernate.mapping.Any
-
使用Any的程序包 程序包 说明 org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.cfg中Any的使用
返回Any的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 static AnyBinderHelper. buildAnyValue(String anyMetaDefName, Ejb3JoinColumn[] columns, javax.persistence.Column metaColumn, PropertyData inferredData, boolean cascadeOnDelete, boolean lazy, Nullability nullability, PropertyHolder propertyHolder, EntityBinder entityBinder, boolean optional, MetadataBuildingContext context) -
org.hibernate.mapping中Any的使用
参数类型为Any的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 ObjectValueVisitor. accept(Any any)booleanAny. isSame(Any other)
-