- 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.id.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.web.OpenSessionInViewFilter
-
- setSessionFactoryBean(SessionFactoryBean) - Method in class org.beangle.orm.hibernate.tool.SchemaValidator
-
- setSessionFactoryBeanName(String) - Method in class org.beangle.orm.hibernate.web.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
-