Class HibernateReactiveFeature
java.lang.Object
io.micronaut.starter.feature.testresources.EaseTestingFeature
io.micronaut.starter.feature.database.HibernateReactiveFeature
- All Implemented Interfaces:
- io.micronaut.core.naming.Described,- io.micronaut.core.naming.Named,- io.micronaut.core.order.Ordered,- JpaFeature,- Feature
- Direct Known Subclasses:
- DataHibernateReactive,- HibernateReactiveJpa
- 
Field SummaryFieldsFields inherited from interface io.micronaut.starter.feature.database.JpaFeatureJPA_DEFAULT_PROPERTIES_HIBERNATE_CONNECTION_PASSWORD, JPA_DEFAULT_PROPERTIES_HIBERNATE_CONNECTION_URL, JPA_DEFAULT_PROPERTIES_HIBERNATE_CONNECTION_USERNAME, JPA_HIBERNATE_PROPERTIES, JPA_HIBERNATE_PROPERTIES_CONNECTION, JPA_HIBERNATE_PROPERTIES_DIALECT, JPA_HIBERNATE_PROPERTIES_HBM2DDLFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(GeneratorContext generatorContext) If this method is called for a given feature that means the feature was explicitly selected, included by default as a result ofDefaultFeature.shouldApply(ApplicationType, io.micronaut.starter.options.Options, java.util.Set), or added explicitly by another feature throughFeatureContext.addFeature(Feature).Methods inherited from class io.micronaut.starter.feature.testresources.EaseTestingFeatureprocessSelectedFeaturesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.DescribedgetDescriptionMethods inherited from interface io.micronaut.starter.feature.FeaturegetDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports
- 
Field Details- 
JPA_DEFAULT_REACTIVE- See Also:
 
- 
IO_VERTX_DEPENDENCY_GROUP- See Also:
 
 
- 
- 
Method Details- 
applyDescription copied from interface:FeatureIf this method is called for a given feature that means the feature was explicitly selected, included by default as a result ofDefaultFeature.shouldApply(ApplicationType, io.micronaut.starter.options.Options, java.util.Set), or added explicitly by another feature throughFeatureContext.addFeature(Feature). At this point the feature list is set and cannot change. This method can be implemented to modify the generated project. The feature can add templates by executingGeneratorContext.addTemplate(String, io.micronaut.starter.template.Template), modify configuration by modifyingGeneratorContext.getConfiguration()orGeneratorContext.getBootstrapConfiguration(), or modify build properties throughGeneratorContext.getBuildProperties().
- 
getUrlKey
- 
getCategory- Specified by:
- getCategoryin interface- Feature
- Returns:
- The Categoryto which the feature belongs to.
 
 
-