Class FeatureRepository
java.lang.Object
io.micronaut.starter.analytics.postgres.FeatureRepository
- All Implemented Interfaces:
io.micronaut.data.repository.CrudRepository<Feature,
,Long> io.micronaut.data.repository.GenericRepository<Feature,
Long>
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureRepository
(io.micronaut.data.jdbc.runtime.JdbcOperations jdbcOperations) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
-
Constructor Details
-
FeatureRepository
public FeatureRepository(io.micronaut.data.jdbc.runtime.JdbcOperations jdbcOperations)
-