Uses of Interface
st.orm.EntityCallback
Packages that use EntityCallback
-
Uses of EntityCallback in st.orm.template
Methods in st.orm.template with parameters of type EntityCallbackModifier and TypeMethodDescriptionORMTemplate.withEntityCallback(EntityCallback<?> callback) Returns a newORMTemplatewith the specified entity callback added.Method parameters in st.orm.template with type arguments of type EntityCallbackModifier and TypeMethodDescriptionORMTemplate.withEntityCallbacks(List<EntityCallback<?>> callbacks) Returns a newORMTemplatewith the specified entity callbacks added.