字段摘要 | |
---|---|
String |
access
|
String |
batch-size
|
String |
cascade
让操作级联到子实体 |
String |
catalog
|
String |
check
|
String |
collection-type
|
String |
embed-xml
|
String |
fetch
|
String |
lazy
|
String |
mutable
|
String |
name
|
String |
node
|
String |
optimistic-lock
|
String |
order-by
|
String |
outer-join
|
String |
persister
|
String |
schema
|
String |
subselect
|
String |
table
|
String |
where
|
方法摘要 |
---|
子事物摘要 | |
---|---|
|
cache
Hibernate的Session在事务级别进行持久化数据的缓存操作。 当然,也有可能分别为每个类(或集合),配置集群、或JVM级别(SessionFactory级别)的缓存。 你甚至可以为之插入一个集群的缓存。注意,缓存永远不知道其他应用程序对持久化仓库(数据库)可能进行的修改 (即使可以将缓存数据设定为定期失效)。 |
|
collection-id
|
|
comment
|
|
composite-element
|
|
element
|
|
filter
|
|
key
我们目前已经见到过 |
|
loader
|
|
many-to-any
|
|
many-to-many
|
|
meta
|
|
sql-delete
|
|
sql-delete-all
|
|
sql-insert
|
|
sql-update
|
|
subselect
|
|
synchronize
|
字段详细信息 |
---|
方法详细信息 |
---|
子事物详细信息 |
---|