接口的使用
org.hibernate.type.TypeFactory.TypeScope
-
使用TypeFactory.TypeScope的程序包 程序包 说明 org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.type中TypeFactory.TypeScope的使用
返回TypeFactory.TypeScope的org.hibernate.type中的方法 修饰符和类型 方法 说明 protected TypeFactory.TypeScopeEntityType. scope()参数类型为TypeFactory.TypeScope的org.hibernate.type中的方法 修饰符和类型 方法 说明 static CustomTypeTypeFactory. custom(Class<UserType> typeClass, Properties parameters, TypeFactory.TypeScope scope)已过时。Only for use temporary use byHibernatestatic CompositeCustomTypeTypeFactory. customComponent(Class<CompositeUserType> typeClass, Properties parameters, TypeFactory.TypeScope scope)已过时。Only for use temporary use byHibernate参数类型为TypeFactory.TypeScope的org.hibernate.type中的构造器 构造器 说明 AnyType(TypeFactory.TypeScope scope, Type discriminatorType, Type identifierType, boolean lazy)ArrayType(TypeFactory.TypeScope typeScope, String role, String propertyRef, Class elementClass)已过时。Use the other constructorBagType(TypeFactory.TypeScope typeScope, String role, String propertyRef)已过时。Use the other constructorCollectionType(TypeFactory.TypeScope typeScope, String role, String foreignKeyPropertyName)已过时。Use the other constructorComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamodel)已过时。Use the other constructorCustomCollectionType(TypeFactory.TypeScope typeScope, Class userTypeClass, String role, String foreignKeyPropertyName)已过时。Use the other constructorEmbeddedComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamodel)已过时。Use the other constructorEntityType(TypeFactory.TypeScope scope, String entityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean eager, boolean unwrapProxy)Constructs the requested entity type mapping.EntityType(TypeFactory.TypeScope scope, String entityName, String uniqueKeyPropertyName, boolean eager, boolean unwrapProxy)IdentifierBagType(TypeFactory.TypeScope typeScope, String role, String propertyRef)已过时。Use the other constructorListType(TypeFactory.TypeScope typeScope, String role, String propertyRef)已过时。Use the other constructorManyToOneType(TypeFactory.TypeScope scope, String referencedEntityName)Creates a many-to-one association type with the given referenced entity.ManyToOneType(TypeFactory.TypeScope scope, String referencedEntityName, boolean lazy)Creates a many-to-one association type with the given referenced entity and the given laziness characteristicManyToOneType(TypeFactory.TypeScope scope, String referencedEntityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, boolean ignoreNotFound, boolean isLogicalOneToOne)ManyToOneType(TypeFactory.TypeScope scope, String referencedEntityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, String propertyName, boolean lazy, boolean unwrapProxy, boolean ignoreNotFound, boolean isLogicalOneToOne)ManyToOneType(TypeFactory.TypeScope scope, String referencedEntityName, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, boolean isEmbeddedInXML, boolean ignoreNotFound, boolean isLogicalOneToOne)MapType(TypeFactory.TypeScope typeScope, String role, String propertyRef)已过时。Use the other constructorOneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)OneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)OneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)OrderedMapType(TypeFactory.TypeScope typeScope, String role, String propertyRef)已过时。Use the other constructorOrderedSetType(TypeFactory.TypeScope typeScope, String role, String propertyRef)已过时。Use the other constructorSetType(TypeFactory.TypeScope typeScope, String role, String propertyRef)已过时。Use the other constructorSortedMapType(TypeFactory.TypeScope typeScope, String role, String propertyRef, Comparator comparator)已过时。Use the other constructorSortedSetType(TypeFactory.TypeScope typeScope, String role, String propertyRef, Comparator comparator)已过时。Use the other constructorSpecialOneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)SpecialOneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)SpecialOneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)
-