JavaScript is disabled on your browser.
Skip navigation links
blaze-persistence-examples-quarkus-3-base 1.6.11
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.blazebit.persistence.examples.quarkus.base.view
Interface DocumentUpdateView
public interface
DocumentUpdateView
Since:
1.5.0
Author:
Moritz Becker
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Long
getAge
()
Long
getId
()
String
getName
()
void
setAge
(
Long
age)
void
setName
(
String
name)
Method Details
getId
Long
getId
()
getName
String
getName
()
setName
void
setName
(
String
name)
getAge
Long
getAge
()
setAge
void
setAge
(
Long
age)