A B C D E F G H I J L M N O P R S T U V 

A

addClass(PersistentClass) - Method in class org.beangle.orm.hibernate.internal.OverrideConfiguration.OverrideMappings
First change jpaName to entityName Duplicate register persistent class,hack hibernate(ToOneFkSecondPass.isInPrimaryKey)
addCollection(Collection) - Method in class org.beangle.orm.hibernate.internal.OverrideConfiguration.OverrideMappings
Delay register collection,let class descide which owner will be winner.
addConfig(URL) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
addImport(String, String) - Method in class org.beangle.orm.hibernate.internal.OverrideConfiguration.OverrideMappings
Duplicated entity name in sup/subclass situation will rise a DuplicateMappingException
addUnderscores(String) - Static method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
addUnderscores(String) - Static method in class org.beangle.orm.hibernate.RailsNamingStrategy
 
afterPropertiesSet() - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 

B

BeangleSessionContext - Class in org.beangle.orm.hibernate
 
BeangleSessionContext(SessionFactoryImplementor) - Constructor for class org.beangle.orm.hibernate.BeangleSessionContext
Create a new SpringSessionContext for the given Hibernate SessionFactory.
bindValues(Query, List<Condition>) - Static method in class org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport
针对查询条件绑定查询的值
build(Configuration) - Static method in class org.beangle.orm.hibernate.tool.ConfigBuilder
build configration

C

classToTableName(String) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
classToTableName(String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
根据实体名(entityName)命名表
classToTableName(String) - Method in interface org.beangle.orm.hibernate.TableNamingStrategy
Convert class to table name
clear() - Method in class org.beangle.orm.hibernate.internal.SessionHolder
 
closeSession(SessionFactory) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 
closeSession(Session) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 
collectionTableName(String, String, String, String, String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
Collection Table
collectionToTableName(String, String, String) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
collectionToTableName(String, String, String) - Method in interface org.beangle.orm.hibernate.TableNamingStrategy
Convert collection to table name
columnName(String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
对配置文件起好的列名,不进行处理
ConfigBuilder - Class in org.beangle.orm.hibernate.tool
 
ConfigBuilder() - Constructor for class org.beangle.orm.hibernate.tool.ConfigBuilder
 
configure(Type, Properties, Dialect) - Method in class org.beangle.orm.hibernate.TableSeqGenerator
If the parameters do not contain a SequenceGenerator.SEQUENCE name, we assign one based on the table name.
convertHibernateAccessException(HibernateException) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 
count(String, String, Object) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
count(Class<?>, String, Object) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
count(Class<?>, String[], Object[], String) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
count(LimitQuery<?>, Session) - Static method in class org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport
统计该查询的记录数
createBlob(InputStream, int) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
createBlob(InputStream) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
createClob(String) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
createMappings() - Method in class org.beangle.orm.hibernate.internal.OverrideConfiguration
 
currentSession() - Method in class org.beangle.orm.hibernate.BeangleSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSession(SessionFactory) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 

D

DdlGenerator - Class in org.beangle.orm.hibernate.tool
 
DdlGenerator(Dialect, Locale) - Constructor for class org.beangle.orm.hibernate.tool.DdlGenerator
 
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.beangle.orm.hibernate.OpenSessionInViewFilter
 
DefaultModule - Class in org.beangle.orm.hibernate
 
DefaultModule() - Constructor for class org.beangle.orm.hibernate.DefaultModule
 
DefaultTableNamingStrategy - Class in org.beangle.orm.hibernate
根据报名动态设置schema,prefix名字
DefaultTableNamingStrategy() - Constructor for class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
destroy() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
disableBinding(SessionFactory) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 
doBegin(Object, TransactionDefinition) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
doBinding() - Method in class org.beangle.orm.hibernate.DefaultModule
 
doCleanupAfterCompletion(Object) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
doConfigure(InputStream, String) - Method in class org.beangle.orm.hibernate.internal.OverrideConfiguration
Just disable xml file validation.
Speed up boostrap
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.beangle.orm.hibernate.OpenSessionInViewFilter
 
doGetTransaction() - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
doResume(Object, Object) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
doSuspend(Object) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
duplicate(Class<? extends Entity<?>>, Serializable, String, Object) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
检查持久化对象是否存在
duplicate(String, Serializable, Map<String, Object>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 

E

enableBinding(SessionFactory) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 
evict(Object) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
execute(Operation...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
execute(Operation.Builder) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
executeUpdate(String, Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
executeUpdate(String, Map<String, Object>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
executeUpdateRepeatly(String, Collection<Object[]>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
exist(Class<?>, String, Object) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
exist(String, String, Object) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
exist(Class<?>, String[], Object[]) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 

F

find(Query<T>, Session) - Static method in class org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport
查询结果集
foreignKeyColumnName(String, String, String, String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
Return the property name or propertyTableName

G

gen(String, String) - Method in class org.beangle.orm.hibernate.tool.DdlGenerator
Generate sql scripts
gen(String) - Method in class org.beangle.orm.hibernate.tool.HbmGenerator
 
get(Class<T>, ID) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
get(String, Serializable) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
get(Class<T>, ID[]) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
get(Class<T>, Collection<ID>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
get(Class<T>, String, Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
get(Class<T>, String, Collection<?>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
get(String, String, Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
get(Class<T>, String[], Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
get(Class<T>, Map<String, Object>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
getAll(Class<T>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
getConfiguration() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
getDataSource() - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource(SessionFactory) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 
getDataSource() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
getDynaupdateMinColumn() - Method in class org.beangle.orm.hibernate.internal.OverrideConfiguration
 
getEntityName(Object) - Method in class org.beangle.orm.hibernate.internal.HibernateEntityContext
 
getHibernateProperties() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
Return the Hibernate properties, if any.
getObject() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
getObjectType() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
getPattern(String) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
getPatterns() - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
getPrefix(String) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
getPreviousFlushMode() - Method in class org.beangle.orm.hibernate.internal.SessionHolder
 
getResourceFactory() - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
getSchema(String) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
getSchema(String) - Method in interface org.beangle.orm.hibernate.TableNamingStrategy
Return schema for package
getSequencePattern() - Method in class org.beangle.orm.hibernate.TableSeqGenerator
 
getSession() - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
getSession() - Method in class org.beangle.orm.hibernate.internal.SessionHolder
 
getSessionFactory() - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
getTableNamingStrategy() - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
 
getTransaction() - Method in class org.beangle.orm.hibernate.internal.SessionHolder
 

H

HbmGenerator - Class in org.beangle.orm.hibernate.tool
产生hbm文件
HbmGenerator() - Constructor for class org.beangle.orm.hibernate.tool.HbmGenerator
 
HibernateEntityContext - Class in org.beangle.orm.hibernate.internal
 
HibernateEntityContext() - Constructor for class org.beangle.orm.hibernate.internal.HibernateEntityContext
 
HibernateEntityDao - Class in org.beangle.orm.hibernate
 
HibernateEntityDao() - Constructor for class org.beangle.orm.hibernate.HibernateEntityDao
 
HibernateEntityDao.QuerySupport - Class in org.beangle.orm.hibernate
 
HibernateModelMeta - Class in org.beangle.orm.hibernate.internal
Building model from Hibernate.
HibernateModelMeta() - Constructor for class org.beangle.orm.hibernate.internal.HibernateModelMeta
 
HibernateTransactionManager - Class in org.beangle.orm.hibernate
Simplify HibernateTransactionManager in spring-orm bundle.
HibernateTransactionManager() - Constructor for class org.beangle.orm.hibernate.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.beangle.orm.hibernate.HibernateTransactionManager
Create a new HibernateTransactionManager instance.

I

init() - Method in class org.beangle.orm.hibernate.internal.HibernateModelMeta
 
init() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
initFilterBean() - Method in class org.beangle.orm.hibernate.OpenSessionInViewFilter
 
initFrom(SessionFactory) - Method in class org.beangle.orm.hibernate.internal.HibernateEntityContext
Build context from session factory
initialize(T) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
isCollection(Value) - Method in class org.beangle.orm.hibernate.tool.HbmGenerator
 
isCustomType(Type) - Method in class org.beangle.orm.hibernate.tool.HbmGenerator
 
isEnableBinding(SessionFactory) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 
isEnumType(CustomType) - Method in class org.beangle.orm.hibernate.tool.HbmGenerator
 
isExistingTransaction(Object) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
 
isManyToMany(Value) - Method in class org.beangle.orm.hibernate.tool.HbmGenerator
 
isMultiSchema() - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
is Multiple schema for entity
isMultiSchema() - Method in interface org.beangle.orm.hibernate.TableNamingStrategy
Mapped in multischema?
isOneToMany(Value) - Method in class org.beangle.orm.hibernate.tool.HbmGenerator
 
isSameConnectionForEntireSession(Session) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
Return whether the given Hibernate Session will always hold the same JDBC Connection.
isSet(Value) - Method in class org.beangle.orm.hibernate.tool.HbmGenerator
 
isSingleton() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
isToOne(Value) - Method in class org.beangle.orm.hibernate.tool.HbmGenerator
 

J

joinKeyColumnName(String, String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
Return the argument

L

logger - Variable in class org.beangle.orm.hibernate.HibernateEntityDao
Logger available to subclasses
logger - Variable in class org.beangle.orm.hibernate.SessionFactoryBean
 
logicalCollectionColumnName(String, String, String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
Return the column name if explicit or the concatenation of the property name and the referenced column
logicalCollectionTableName(String, String, String, String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
Returns either the table name if explicit or if there is an associated table, the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name
logicalColumnName(String, String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
数据列的逻辑名

M

main(String[]) - Static method in class org.beangle.orm.hibernate.tool.DdlGenerator
 
main(String[]) - Static method in class org.beangle.orm.hibernate.tool.HbmGenerator
 
modelMeta - Variable in class org.beangle.orm.hibernate.HibernateEntityDao
 

N

namingStrategy - Static variable in class org.beangle.orm.hibernate.TableSeqGenerator
Updated by OverrideConfiguration.secondPass
newConfiguration() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
Subclasses can override this method to perform custom initialization of the Configuration instance used for SessionFactory creation.
notify(Container) - Method in class org.beangle.orm.hibernate.OpenSessionInViewFilter
 

O

openSession(SessionFactory) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 
OpenSessionInViewFilter - Class in org.beangle.orm.hibernate
 
OpenSessionInViewFilter() - Constructor for class org.beangle.orm.hibernate.OpenSessionInViewFilter
 
org.beangle.orm.hibernate - package org.beangle.orm.hibernate
 
org.beangle.orm.hibernate.internal - package org.beangle.orm.hibernate.internal
 
org.beangle.orm.hibernate.tool - package org.beangle.orm.hibernate.tool
 
OverrideConfiguration - Class in org.beangle.orm.hibernate.internal
Provide schema reconfig and overriderable class mapping in sessionFactory
OverrideConfiguration() - Constructor for class org.beangle.orm.hibernate.internal.OverrideConfiguration
 
OverrideConfiguration(SettingsFactory) - Constructor for class org.beangle.orm.hibernate.internal.OverrideConfiguration
 
OverrideConfiguration.OverrideMappings - Class in org.beangle.orm.hibernate.internal
 
OverrideConfiguration.OverrideMappings() - Constructor for class org.beangle.orm.hibernate.internal.OverrideConfiguration.OverrideMappings
注册缺省的sequence生成器

P

processProperties() - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
propertyToColumnName(String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
根据属性名自动起名

R

RailsNamingStrategy - Class in org.beangle.orm.hibernate
类似Rails的数据库表名、列名命名策略
RailsNamingStrategy() - Constructor for class org.beangle.orm.hibernate.RailsNamingStrategy
 
refresh(Object) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
remove(Collection<?>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
remove(Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
remove(Class<?>, String, Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
remove(Class<?>, String, Collection<?>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
remove(Class<?>, Map<String, Object>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 

S

save(Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
saveOrUpdate(Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
saveOrUpdate(Collection<?>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
saveOrUpdate(String, Collection<?>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
saveOrUpdate(String, Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
SchemaValidator - Class in org.beangle.orm.hibernate.tool
 
SchemaValidator() - Constructor for class org.beangle.orm.hibernate.tool.SchemaValidator
 
search(Query<T>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
依据自构造的查询语句进行查询
search(QueryBuilder<T>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
查询hql语句
search(String, Object...) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
search(String, Map<String, Object>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
search(String, Map<String, Object>, PageLimit, boolean) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
secondPassCompile() - Method in class org.beangle.orm.hibernate.internal.OverrideConfiguration
Update persistentclass and collection's schema.
Remove duplicated persistentClass register in classes map.
sessionFactory - Variable in class org.beangle.orm.hibernate.HibernateEntityDao
 
SessionFactoryBean - Class in org.beangle.orm.hibernate
 
SessionFactoryBean() - Constructor for class org.beangle.orm.hibernate.SessionFactoryBean
 
SessionHolder - Class in org.beangle.orm.hibernate.internal
 
SessionHolder(Session) - Constructor for class org.beangle.orm.hibernate.internal.SessionHolder
 
SessionUtils - Class in org.beangle.orm.hibernate.internal
Open or Close Hibernate Session
SessionUtils() - Constructor for class org.beangle.orm.hibernate.internal.SessionUtils
 
setApplicationContext(ApplicationContext) - Method in class org.beangle.orm.hibernate.internal.HibernateModelMeta
 
setBeanClassLoader(ClassLoader) - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
setConfigLocations(Resource[]) - Method in class org.beangle.orm.hibernate.SessionFactoryBean
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
setConfigurationClass(Class<? extends Configuration>) - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
setDataSource(DataSource) - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
setDynaupdateMinColumn(int) - Method in class org.beangle.orm.hibernate.internal.OverrideConfiguration
 
setEntityTableMaxLength(int) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
setHibernateManagedSession(boolean) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
Set whether to operate on a Hibernate-managed Session instead of a Spring-managed Session, that is, whether to obtain the Session through Hibernate's SessionFactory.getCurrentSession() instead of SessionFactory.openSession() (with a Spring TransactionSynchronizationManager check preceding it).
setHibernateProperties(Properties) - Method in class org.beangle.orm.hibernate.SessionFactoryBean
Set Hibernate properties, such as "hibernate.dialect".
setModelMeta(ModelMeta) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
setNamingStrategy(NamingStrategy) - Method in class org.beangle.orm.hibernate.SessionFactoryBean
Set a Hibernate NamingStrategy for the SessionFactory, determining the physical column and table names given the info in the mapping document.
setParameter(Query, Object[]) - Static method in class org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport
为query设置JPA style参数
setParameter(Query, Map<String, Object>) - Static method in class org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport
为query设置参数
setPersistLocations(Resource[]) - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
setPluralizer(Pluralizer) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
setPrepareConnection(boolean) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
setPreviousFlushMode(FlushMode) - Method in class org.beangle.orm.hibernate.internal.SessionHolder
 
setRelationTableMaxLength(int) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
setResources(Resources) - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
setSequencePattern(String) - Method in class org.beangle.orm.hibernate.TableSeqGenerator
 
setSessionFactory(SessionFactory) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
setSessionFactory(SessionFactory) - Method in class org.beangle.orm.hibernate.HibernateTransactionManager
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) - Method in class org.beangle.orm.hibernate.OpenSessionInViewFilter
 
setSessionFactoryBean(SessionFactoryBean) - Method in class org.beangle.orm.hibernate.tool.SchemaValidator
 
setSessionFactoryBeanName(String) - Method in class org.beangle.orm.hibernate.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setStaticHbm(Resource) - Method in class org.beangle.orm.hibernate.SessionFactoryBean
 
setTableNamingStrategy(TableNamingStrategy) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
 
setTransaction(Transaction) - Method in class org.beangle.orm.hibernate.internal.SessionHolder
 

T

tableName(String) - Method in class org.beangle.orm.hibernate.RailsNamingStrategy
对自动起名和使体内集合配置的表名,添加前缀
TableNamingStrategy - Interface in org.beangle.orm.hibernate
Entity table and Collection Table Naming Strategy.
TableSeqGenerator - Class in org.beangle.orm.hibernate
按照表明进行命名序列
依据命名模式进行,默认模式{table}_seq
该生成器可以
TableSeqGenerator() - Constructor for class org.beangle.orm.hibernate.TableSeqGenerator
 
toString() - Method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
toString(Session) - Static method in class org.beangle.orm.hibernate.internal.SessionUtils
 

U

uniqueResult(QueryBuilder<T>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
unqualify(String) - Static method in class org.beangle.orm.hibernate.DefaultTableNamingStrategy
 
unqualify(String) - Static method in class org.beangle.orm.hibernate.RailsNamingStrategy
 
update(Class<?>, String, Object[], String[], Object[]) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 
update(Class<?>, String, Object[], Map<String, Object>) - Method in class org.beangle.orm.hibernate.HibernateEntityDao
 

V

validate() - Method in class org.beangle.orm.hibernate.tool.SchemaValidator
 
validateSchema(Configuration, Dialect, DatabaseMetadata) - Method in class org.beangle.orm.hibernate.tool.SchemaValidator
 
A B C D E F G H I J L M N O P R S T U V 

Copyright © 2005–2014 The Beangle Software Group. All rights reserved.