object ThisClassLoaderEvolutionsReader extends ClassLoaderEvolutionsReader
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThisClassLoaderEvolutionsReader
- ClassLoaderEvolutionsReader
- ResourceEvolutionsReader
- EvolutionsReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def evolutions(db: String): Seq[Evolution]
Read the evolutions for the given db
Read the evolutions for the given db
- Definition Classes
- → EvolutionsReader
- def loadResource(db: String, revision: Int): Option[InputStream]
Load the evolutions resource for the given database and revision.
Load the evolutions resource for the given database and revision.
- returns
An InputStream to consume the resource, if such a resource exists.
- Definition Classes
- → ResourceEvolutionsReader
Evolutions reader that reads evolution files from its own classloader. Only suitable for simple (flat) classloading environments.