Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
AdditionalJpaModelBuildIteminstead. Kept only temporarily for backwards compatibility with external extensions e.g. quarkus-jberet See here for a full list.
-
Deprecated ClassesClassDescriptionUse
AdditionalJpaModelBuildIteminstead. Kept only temporarily for backwards compatibility with external extensions e.g. quarkus-jberet See here for a full list.
-
Deprecated MethodsMethodDescription
HibernateOrmConfigPersistenceUnit.fetch()should be used to configure fetching properties.HibernateOrmConfigPersistenceUnit.quoteIdentifiers()should be used to configure quoting strategy.HibernateOrmConfigPersistenceUnit.fetch()should be used to configure fetching properties.UseHibernateOrmConfigPersistenceUnit.datasource()instead.