书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1391 个相关结果.
  • Limitations

    Limitations Stable Support Normal Queries Sub-query Pagination Query Shard keys included in operation expressions Experimental Support Sub-query Cross-database Associated que...
  • 16.1.3. 处理关联和集合类(Handling associations and collections)

    16.1.3. 处理关联和集合类(Handling associations and collections) 16.1.3. 处理关联和集合类(Handling associations and collections) 通过提前抓取将Dog 连接获得,而避免初始化proxy带来的额外开销也是可能的。这是通过addJoin() 方法进行的,这个方法...
  • 5.1.17. 联合子类(union-subclass)

    5.1.17. 联合子类(union-subclass) 5.1.17. 联合子类(union-subclass) 第三种选择是仅仅映射类继承树中具体类部分到表中(每个具体类一张表的策略)。其中,每张表定义了类的所有持久化状态,包括继承的状态。在 Hibernate 中,并不需要完全显式地映射这样的继承树。你可以简单地使用单独的<class&g...
  • 第 4 章 持久化类(Persistent Classes)

    第 4 章 持久化类(Persistent Classes) 第 4 章 持久化类(Persistent Classes) 目录 4.1. 一个简单的POJO例子 4.1.1. 实现一个默认的(即无参数的)构造方法(constructor) 4.1.2. 提供一个标识属性(identifier property)(可选) 4.1.3. 使用非f...
  • 数据库切换Oracle/SqlServer/Postgresql

    数据库切换Oracle/SqlServer/Postgresql Oracle数据 1.添加oracle驱动,修改pom.xml 2.修改数据库连接 SQL server数据 1.添加SQL server驱动,修改pom.xml 2.修改数据库连接 postgresql数据库 1.添加postgresql驱动,修改pom.xml 2.修改数据库...
  • 4.3 Configuration Injection

    4.3 Configuration Injection Using the @Value Annotation Using the @Property Annotation 4.3 Configuration Injection You can inject configuration values into beans with Micro...
  • Limitations

    Limitations Stable Support Normal Queries Sub-query Pagination Query Shard keys included in operation expressions LOAD DATA / LOAD XML Experimental Support Sub-query Cross-d...
  • 分页

    分页 分页性能 性能瓶颈 ShardingSphere的优化 分页方案优化 分页子查询 分页 完全支持MySQL、PostgreSQL和Oracle的分页查询,SQLServer由于分页查询较为复杂,仅部分支持。 分页性能 性能瓶颈 查询偏移量过大的分页会导致数据库获取数据性能低下,以MySQL为例: SELECT * FR...
  • 分页

    分页 分页性能 性能瓶颈 ShardingSphere的优化 分页方案优化 分页子查询 分页 完全支持MySQL、PostgreSQL和Oracle的分页查询,SQLServer由于分页查询较为复杂,仅部分支持。 分页性能 性能瓶颈 查询偏移量过大的分页会导致数据库获取数据性能低下,以MySQL为例: SELECT * FR...
  • 20.1.1. 对schema定制化(Customizing the schema)

    20.1.1. 对schema定制化(Customizing the schema) 20.1.1. 对schema定制化(Customizing the schema) 很多Hibernate映射元素定义了可选的length 、precision 或者 scale 属性。你可以通过这个属性设置字段的长度、精度、小数点位数。 <property ...