Uses of Enum Class
tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata.RelationshipType
Packages that use RelationshipMetadata.RelationshipType
-
Uses of RelationshipMetadata.RelationshipType in tech.guilhermekaua.spigotboot.data.jdbc.metadata
Methods in tech.guilhermekaua.spigotboot.data.jdbc.metadata that return RelationshipMetadata.RelationshipTypeModifier and TypeMethodDescriptionRelationshipMetadata.getType()Returns the enum constant of this class with the specified name.RelationshipMetadata.RelationshipType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.guilhermekaua.spigotboot.data.jdbc.metadata with parameters of type RelationshipMetadata.RelationshipTypeModifierConstructorDescriptionRelationshipMetadata(Field field, RelationshipMetadata.RelationshipType type, List<RelationshipJoinColumn> joinColumns, Class<?> targetEntityClass, boolean collection)