Interface TypeBundle
-
public interface TypeBundle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ByteCodeTypeentity()ByteCodeTypeentityBase()default ByteCodeTypeentityCompanion()default ByteCodeTypeentityCompanionBase()ByteCodeTypeoperations()ByteCodeTypequeryType()ByteCodeTyperepository()ByteCodeTyperepositoryBase()default ByteCodeTypeupdateType()
-
-
-
Method Detail
-
entity
ByteCodeType entity()
-
entityBase
ByteCodeType entityBase()
-
entityCompanion
default ByteCodeType entityCompanion()
-
entityCompanionBase
default ByteCodeType entityCompanionBase()
-
operations
ByteCodeType operations()
-
queryType
ByteCodeType queryType()
-
repository
ByteCodeType repository()
-
repositoryBase
ByteCodeType repositoryBase()
-
updateType
default ByteCodeType updateType()
-
-