Package io.github.blyznytsiaorg.bibernate.annotation
package io.github.blyznytsiaorg.bibernate.annotation
-
ClassDescriptionMarks a class as an entity for mapping in the Bibernate framework.Marks a field as being generated by the database upon insertion.Enumeration representing different strategies for generating values for annotated fields marked with
GeneratedValue
.Marks a field as the identifier (primary key) of an entity class.Marks a class as being ignored for entity mapping in the Bibernate framework.Indicates a Many-to-One association between entities.Indicates a One-to-Many association between entities.Specifies a one-to-one relationship between two entities.Specifies a sequence generator for generating values for annotated fields marked withGeneratedValue
using theGenerationType.SEQUENCE
strategy.