- delete(T) - Static method in class com.github.fluent.hibernate.H
-
- delete(T) - Static method in class com.github.fluent.hibernate.request.HibernateObjectQuery
-
- deleteAll(Iterable<T>) - Static method in class com.github.fluent.hibernate.H
-
- deleteAll(Iterable<T>) - Static method in class com.github.fluent.hibernate.request.HibernateObjectQuery
-
- deleteById(Class<T>, Object) - Static method in class com.github.fluent.hibernate.H
-
- determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.Hibernate5NamingStrategy
-
Generates a name for a table column.
- determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
Generates a name for @DiscriminatorColumn.
- determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
Generates a name for a foreign key constraint.
- determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.Hibernate5NamingStrategy
-
Generates a name for a foreign key constraint.
- determineIdentifierColumnName(ImplicitIdentifierColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determineIndexName(ImplicitIndexNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
Generates a name for an index.
- determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.Hibernate5NamingStrategy
-
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.Hibernate5NamingStrategy
-
Generates a name for a join table.
- determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
Generates a name for @OrderColumn.
- determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
This method is not used by Hibernate for @MapKeyColumn because of an issue.
- determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determinePrimaryTableName(ImplicitEntityNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
- determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.adapter.Hibernate4To5NamingStrategyAdapter
-
Generates a name for a unique constraint.
- determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in class com.github.fluent.hibernate.cfg.strategy.hibernate5.Hibernate5NamingStrategy
-
Generates a name for a unique constraint.
- dialect(String) - Method in class com.github.fluent.hibernate.cfg.HibernateProperties
-
- dialect(Class<?>) - Method in class com.github.fluent.hibernate.cfg.HibernateProperties
-
- distinct() - Method in class com.github.fluent.hibernate.request.HibernateRequest
-
- distinctToRootEntity() - Method in class com.github.fluent.hibernate.request.HibernateRequest
-
- doInStatlessTransaction(IStatelessRequest<T>) - Static method in class com.github.fluent.hibernate.cfg.HibernateSessionFactory
-
It is need to use for only simply persisten objects.
- doInTransaction(IRequest<T>) - Static method in class com.github.fluent.hibernate.cfg.HibernateSessionFactory
-
- doInTransaction(Session) - Method in interface com.github.fluent.hibernate.IRequest
-
- doInTransaction(StatelessSession) - Method in interface com.github.fluent.hibernate.IStatelessRequest
-
- dontRestrictLength() - Method in class com.github.fluent.hibernate.cfg.strategy.StrategyOptions.Builder
-
- dontUseHibernateCfgXml() - Method in class com.github.fluent.hibernate.cfg.FluentFactoryBuilder
-
Specify don't use the xml confriguration (like hibernate.cfg.xml).
- driverClass(String) - Method in class com.github.fluent.hibernate.cfg.HibernateProperties
-