Class NaturalIdJoinTableEntity
java.lang.Object
com.blazebit.persistence.testsuite.entity.LongSequenceEntity
com.blazebit.persistence.testsuite.entity.Ownable
com.blazebit.persistence.testsuite.entity.NaturalIdJoinTableEntity
- All Implemented Interfaces:
Serializable
- Since:
- 1.4.0
- Author:
- Jan-Willem Gmelig Meyling
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIsbn()voidvoidsetManyToManyBook(Map<String, BookEntity> manyToManyBook) voidsetOneToManyBook(Set<BookEntity> oneToManyBook) voidsetVersion(Long version) Methods inherited from class com.blazebit.persistence.testsuite.entity.LongSequenceEntity
equals, getId, hashCode, setId
-
Constructor Details
-
NaturalIdJoinTableEntity
public NaturalIdJoinTableEntity()
-
-
Method Details
-
getVersion
-
setVersion
-
getOneToManyBook
-
setOneToManyBook
-
getManyToManyBook
-
setManyToManyBook
-
getIsbn
-
setIsbn
-