Uses of Class
org.tentackle.model.AccessScope
-
Packages that use AccessScope Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of AccessScope in org.tentackle.model
Methods in org.tentackle.model that return AccessScope Modifier and Type Method Description AccessScopeCommonOptions. getAccessScope()The access scope.AccessScopeRelation. getAccessScope()Gets the access scope for generated methods.static AccessScopeAccessScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccessScope[]AccessScope. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessScope in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return AccessScope Modifier and Type Method Description AccessScopeCommonOptionsImpl. getAccessScope()AccessScopeRelationImpl. getAccessScope()Methods in org.tentackle.model.impl with parameters of type AccessScope Modifier and Type Method Description voidCommonOptionsImpl. setAccessScope(AccessScope accessScope)voidRelationImpl. setAccessScope(AccessScope accessScope)
-