
org.fastnate.generator.converter.EntityConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastnate-generator Show documentation
Show all versions of fastnate-generator Show documentation
The Fastnate Offline SQL Generator
The newest version!
package org.fastnate.generator.converter;
import org.fastnate.generator.context.EmbeddedProperty;
import org.fastnate.generator.context.GeneratorContext;
import org.fastnate.generator.statements.ColumnExpression;
import lombok.Getter;
/**
* Converts the reference to an entity to an expression that uses the sequence value of that entity.
*
* @author Tobias Liefke
*/
@Getter
public class EntityConverter implements ValueConverter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy