Uses of Class
org.hibernate.orm.tooling.gradle.enhance.EnhancementSpec
Packages that use EnhancementSpec
-
Uses of EnhancementSpec in org.hibernate.orm.tooling.gradle
Methods in org.hibernate.orm.tooling.gradle that return types with arguments of type EnhancementSpecModifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<EnhancementSpec> HibernateOrmSpec.getEnhancement()DSL extension for configuring bytecode enhancement.Method parameters in org.hibernate.orm.tooling.gradle with type arguments of type EnhancementSpecModifier and TypeMethodDescriptionvoidHibernateOrmSpec.enhancement(org.gradle.api.Action<EnhancementSpec> action) -
Uses of EnhancementSpec in org.hibernate.orm.tooling.gradle.enhance
Methods in org.hibernate.orm.tooling.gradle.enhance with parameters of type EnhancementSpecModifier and TypeMethodDescriptionstatic org.hibernate.bytecode.enhance.spi.EnhancerEnhancementHelper.generateEnhancer(ClassLoader classLoader, EnhancementSpec enhancementDsl)