RemoveMappedTypes
slick.compiler.RemoveMappedTypes
class RemoveMappedTypes extends Phase
Remove all mapped types from the tree and store the original top-level type as the phase state to be used later for building the ResultSetMapping.
Attributes
- Source
- CreateResultSetMapping.scala
- Graph
-
- Supertypes
Members list
Type members
Types
The immutable state of the phase that can also be accessed by other phases.
The immutable state of the phase that can also be accessed by other phases.
Attributes
- Source
- CreateResultSetMapping.scala
Value members
Concrete methods
Run the phase
Remove MappedTypes from a Type
Remove TypeMapping nodes and MappedTypes
Inherited methods
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- Function1
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Function1 -> Any
- Inherited from:
- Function1
Concrete fields
The unique name of the phase
In this article