Uses of Interface
st.orm.spi.Name
Packages that use Name
-
Uses of Name in st.orm.spi
Methods in st.orm.spi that return NameModifier and TypeMethodDescriptionORMConverter.NameResolver.getName(RecordComponent component) Gets the column name of the given record component.Methods in st.orm.spi that return types with arguments of type NameModifier and TypeMethodDescriptionORMConverter.getColumns(ORMConverter.NameResolver nameResolver) Returns the names of the columns that will be used in the SQL template. -
Uses of Name in st.orm.template.impl
Classes in st.orm.template.impl that implement NameMethods in st.orm.template.impl that return NameModifier and TypeMethodDescriptionColumnImpl.columnName()Returns the value of thecolumnNamerecord component.Constructors in st.orm.template.impl with parameters of type NameModifierConstructorDescriptionColumnImpl(Name columnName, int index, Class<?> type, boolean primaryKey, boolean autoGenerated, boolean foreignKey, boolean nullable, boolean insertable, boolean updatable, boolean version, boolean ref) Creates an instance of aColumnImplrecord class.